Uses of Interface
org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.gnmi.node.state.NodeState
Packages that use NodeState
Package
Description
-
Uses of NodeState in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316
Methods in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316 that return NodeStateModifier and TypeMethodDescriptionGnmiNodeBuilder.getNodeState()Return current value associated with the property corresponding toGnmiNodeState.getNodeState().GnmiNodeState.getNodeState()Return nodeState, ornullif it is not present.@NonNull NodeStateGnmiNodeState.nonnullNodeState()Return nodeState, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316 with parameters of type NodeStateModifier and TypeMethodDescriptionGnmiNodeBuilder.setNodeState(NodeState value) Set the property corresponding toGnmiNodeState.getNodeState()to the specified value. -
Uses of NodeState 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 with type parameters of type NodeStateModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<NodeState>>
E$$NodeStateBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.gnmi.node.state that return NodeStateModifier and TypeMethodDescription@NonNull NodeStateNodeStateBuilder.build()A newNodeStateinstance.static @NonNull NodeStateNodeStateBuilder.empty()Get empty instance of NodeState.Methods in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.gnmi.node.state that return types with arguments of type NodeStateMethods in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.gnmi.node.state with parameters of type NodeStateModifier and TypeMethodDescriptionstatic booleanNodeState.bindingEquals(@NonNull NodeState thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intNodeState.bindingHashCode(@NonNull NodeState obj) Default implementation ofObject.hashCode()contract for this interface.static StringNodeState.bindingToString(@NonNull NodeState obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.gnmi.node.state with type arguments of type NodeStateModifier and TypeMethodDescriptionNodeStateBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<NodeState> augmentation) Add an augmentation to this builder's product.NodeStateBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NodeState>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.gnmi.node.state with parameters of type NodeStateModifierConstructorDescriptionNodeStateBuilder(NodeState base) Construct a builder initialized with state from specifiedNodeState.