Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.NodeFlagBits
Packages that use NodeFlagBits
Package
Description
-
Uses of NodeFlagBits in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120 that return NodeFlagBitsModifier and TypeMethodDescriptionstatic NodeFlagBits
NodeFlagBits.getDefaultInstance
(String defaultValue) NodeState.getNodeFlags()
Return nodeFlags, ornull
if it is not present.default @NonNull NodeFlagBits
NodeState.requireNodeFlags()
Return nodeFlags, guaranteed to be non-null.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120 with parameters of type NodeFlagBitsModifierConstructorDescriptionNodeFlagBits
(NodeFlagBits source) Creates a copy from Source Object. -
Uses of NodeFlagBits in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.path.attribute.link.state.attribute.node.attributes._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.path.attribute.link.state.attribute.node.attributes._case that return NodeFlagBitsModifier and TypeMethodDescriptionNodeAttributesBuilder.getNodeFlags()
Return current value associated with the property corresponding toNodeState.getNodeFlags()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.path.attribute.link.state.attribute.node.attributes._case with parameters of type NodeFlagBitsModifier and TypeMethodDescriptionNodeAttributesBuilder.setNodeFlags
(NodeFlagBits value) Set the property corresponding toNodeState.getNodeFlags()
to the specified value.