Uses of Interface
org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.gnmi.node.state.NodeState
-
Packages that use NodeState Package Description org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316 org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.gnmi.node.state -
-
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 NodeState Modifier and Type Method Description NodeStateGnmiNodeBuilder. getNodeState()Return current value associated with the property corresponding toGnmiNodeState.getNodeState().NodeStateGnmiNodeState. getNodeState()Return nodeState, ornullif it is not present.Methods in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316 with parameters of type NodeState Modifier and Type Method Description GnmiNodeBuilderGnmiNodeBuilder. 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 NodeState Modifier and Type Method Description <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 NodeState Modifier and Type Method Description @NonNull NodeStateNodeStateBuilder. build()A newNodeStateinstance.Methods in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.gnmi.node.state that return types with arguments of type NodeState Modifier and Type Method Description default Class<NodeState>NodeState. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.lighty.gnmi.topology.rev210316.gnmi.node.state with parameters of type NodeState Modifier and Type Method Description static 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 NodeState Modifier and Type Method Description NodeStateBuilderNodeStateBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<NodeState> augmentation)Add an augmentation to this builder's product.NodeStateBuilderNodeStateBuilder. 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 NodeState Constructor Description NodeStateBuilder(NodeState base)Construct a builder initialized with state from specifiedNodeState.
-