Package net.solarnetwork.central.domain
Interface NodeFilter
- All Superinterfaces:
Filter
Filter API for node related data.
- Since:
- 1.46
-
Method Summary
-
Method Details
-
getNodeId
Long getNodeId()Get the first node ID. This returns the first available node ID from thegetNodeIds()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)
-