Package net.solarnetwork.central.domain
Interface SolarNodeMetadataFilterMatch
- All Superinterfaces:
Comparable<Long>,FilterMatch<Long>,net.solarnetwork.domain.Identity<Long>,NodeMetadata
- All Known Implementing Classes:
SolarNodeMetadataMatch
API for a
SolarNodeMetadata search or filter match result.- Since:
- 1.32
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareToMethods inherited from interface net.solarnetwork.domain.Identity
getId, hasIdMethods inherited from interface net.solarnetwork.central.domain.NodeMetadata
getCreated, getMetadata, getNodeId, getUpdated
-
Method Details
-
getMetaJson
String getMetaJson()Get the metadata JSON.- Returns:
- the metadata
- Since:
- 1.1
-