Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.path.attribute.link.state.attribute.node.attributes._case.NodeAttributes
Package
Description
-
Uses of NodeAttributes in org.opendaylight.bgpcep.bgp.topology.provider
Modifier and TypeMethodDescriptionstatic void
ProtocolUtil.augmentProtocolId
(LinkstateRoute value, IgpNodeAttributesBuilder inab, NodeAttributes na, NodeIdentifier nd) -
Uses of NodeAttributes in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.path.attribute.link.state.attribute
Modifier and TypeMethodDescriptionNodeAttributesCase.getNodeAttributes()
Return nodeAttributes, ornull
if it is not present.NodeAttributesCaseBuilder.getNodeAttributes()
Return current value associated with the property corresponding toNodeAttributesCase.getNodeAttributes()
.@NonNull NodeAttributes
NodeAttributesCase.nonnullNodeAttributes()
Return nodeAttributes, or an empty instance if it is not present.Modifier and TypeMethodDescriptionNodeAttributesCaseBuilder.setNodeAttributes
(NodeAttributes value) Set the property corresponding toNodeAttributesCase.getNodeAttributes()
to the specified value. -
Uses of NodeAttributes in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.path.attribute.link.state.attribute.node.attributes._case
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<NodeAttributes>>
E$$NodeAttributesBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull NodeAttributes
NodeAttributesBuilder.build()
A newNodeAttributes
instance.static @NonNull NodeAttributes
NodeAttributesBuilder.empty()
Get empty instance of NodeAttributes.Modifier and TypeMethodDescriptiondefault Class
<NodeAttributes> NodeAttributes.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
NodeAttributes.bindingEquals
(@NonNull NodeAttributes thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
NodeAttributes.bindingHashCode
(@NonNull NodeAttributes obj) Default implementation ofObject.hashCode()
contract for this interface.static String
NodeAttributes.bindingToString
(@NonNull NodeAttributes obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionNodeAttributesBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<NodeAttributes> augmentation) Add an augmentation to this builder's product.NodeAttributesBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<NodeAttributes>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedNodeAttributes
.