Interface SolarNodeMetadataFilter

All Superinterfaces:
Filter, MetadataFilter, TagFilter
All Known Implementing Classes:
FilterSupport, UserFilterCommand

public interface SolarNodeMetadataFilter extends Filter, MetadataFilter, TagFilter
Filter API for SolarNodeMetadata.
Since:
1.32
  • Method Details

    • getNodeId

      Long getNodeId()
      Get the first node ID.

      This returns the first available node ID from the getNodeIds() array, or null if not available.

      Returns:
      the node ID, or null if not available
    • getNodeIds

      Long[] getNodeIds()
      Get an array of node IDs.
      Returns:
      array of node IDs (may be null)