Uses of Enum Class
org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.gnmi.node.state.NodeState.NodeStatus
Packages that use NodeState.NodeStatus
-
Uses of NodeState.NodeStatus in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.gnmi.node.state
Methods in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.gnmi.node.state that return NodeState.NodeStatusModifier and TypeMethodDescriptionstatic @Nullable NodeState.NodeStatusReturn the enumeration member whosegetName()matches specified assigned name.static @Nullable NodeState.NodeStatusNodeState.NodeStatus.forValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.NodeState.getNodeStatus()Return nodeStatus, ornullif it is not present.NodeStateBuilder.getNodeStatus()Return current value associated with the property corresponding toNodeState.getNodeStatus().static @NonNull NodeState.NodeStatusReturn the enumeration member whosegetName()matches specified assigned name.static @NonNull NodeState.NodeStatusNodeState.NodeStatus.ofValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.default @NonNull NodeState.NodeStatusNodeState.requireNodeStatus()Return nodeStatus, guaranteed to be non-null.static NodeState.NodeStatusReturns the enum constant of this class with the specified name.static NodeState.NodeStatus[]NodeState.NodeStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.gnmi.node.state with parameters of type NodeState.NodeStatusModifier and TypeMethodDescriptionNodeStateBuilder.setNodeStatus(NodeState.NodeStatus value) Set the property corresponding toNodeState.getNodeStatus()to the specified value.