Interface NodeFilter

All Superinterfaces:
Filter

public interface NodeFilter extends Filter
Filter API for node related data.
Since:
1.46
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the first node ID.
    Get an array of node IDs.

    Methods inherited from interface net.solarnetwork.central.domain.Filter

    getFilter
  • 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)