Uses of Class
org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.gnmi.node.state.NodeState.NodeStatus
-
Packages that use NodeState.NodeStatus Package Description org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.gnmi.node.state -
-
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.NodeStatus Modifier and Type Method Description static NodeState.NodeStatusNodeState.NodeStatus. forValue(int intValue)Return the enumeration member whosegetIntValue()matches specified value.NodeState.NodeStatusNodeState. getNodeStatus()Return nodeStatus, ornullif it is not present.NodeState.NodeStatusNodeStateBuilder. getNodeStatus()Return current value associated with the property corresponding toNodeState.getNodeStatus().default @NonNull NodeState.NodeStatusNodeState. requireNodeStatus()Return nodeStatus, guaranteed to be non-null.static NodeState.NodeStatusNodeState.NodeStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static NodeState.NodeStatus[]NodeState.NodeStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.gnmi.node.state that return types with arguments of type NodeState.NodeStatus Modifier and Type Method Description static Optional<NodeState.NodeStatus>NodeState.NodeStatus. forName(String name)Return the enumeration member whosegetName()matches specified value.Methods in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.gnmi.node.state with parameters of type NodeState.NodeStatus Modifier and Type Method Description NodeStateBuilderNodeStateBuilder. setNodeStatus(NodeState.NodeStatus value)Set the property corresponding toNodeState.getNodeStatus()to the specified value.
-