Package net.solarnetwork.central.domain
Interface NodeMetadata
- All Known Subinterfaces:
SolarNodeMetadataFilterMatch
- All Known Implementing Classes:
SolarNodeMetadata,SolarNodeMetadataMatch
public interface NodeMetadata
API for node metadata.
-
Method Summary
Modifier and TypeMethodDescriptionGet the creation date.net.solarnetwork.domain.datum.GeneralDatumMetadataGet the metadata.Get the node ID.Get the updated date.
-
Method Details
-
getNodeId
Long getNodeId()Get the node ID.- Returns:
- the node ID
-
getCreated
Instant getCreated()Get the creation date.- Returns:
- the creation date
-
getUpdated
Instant getUpdated()Get the updated date.- Returns:
- the updated date
-
getMetadata
net.solarnetwork.domain.datum.GeneralDatumMetadata getMetadata()Get the metadata.- Returns:
- the metadata
-