Interface NodeMetadata

All Known Subinterfaces:
SolarNodeMetadataFilterMatch
All Known Implementing Classes:
SolarNodeMetadata, SolarNodeMetadataMatch

public interface NodeMetadata
API for node metadata.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the creation date.
    net.solarnetwork.domain.datum.GeneralDatumMetadata
    Get 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