Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.object.type.link._case.LocalNodeDescriptors
Packages that use LocalNodeDescriptors
Package
Description
-
Uses of LocalNodeDescriptors in org.opendaylight.protocol.bgp.linkstate.impl.tlvs
Methods in org.opendaylight.protocol.bgp.linkstate.impl.tlvs that return LocalNodeDescriptorsModifier and TypeMethodDescriptionfinal LocalNodeDescriptors
AbstractLocalNodeDescriptorTlvCodec.parseTlvBody
(io.netty.buffer.ByteBuf value) Methods in org.opendaylight.protocol.bgp.linkstate.impl.tlvs with parameters of type LocalNodeDescriptorsModifier and TypeMethodDescriptionvoid
LocalNodeDescriptorTlvParser.serializeTlvBody
(LocalNodeDescriptors tlv, io.netty.buffer.ByteBuf body) -
Uses of LocalNodeDescriptors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.object.type
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.object.type that return LocalNodeDescriptorsModifier and TypeMethodDescriptionLinkCase.getLocalNodeDescriptors()
Return localNodeDescriptors, ornull
if it is not present.LinkCaseBuilder.getLocalNodeDescriptors()
Return current value associated with the property corresponding toLinkCase.getLocalNodeDescriptors()
.@NonNull LocalNodeDescriptors
LinkCase.nonnullLocalNodeDescriptors()
Return localNodeDescriptors, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.object.type with parameters of type LocalNodeDescriptorsModifier and TypeMethodDescriptionLinkCaseBuilder.setLocalNodeDescriptors
(LocalNodeDescriptors value) Set the property corresponding toLinkCase.getLocalNodeDescriptors()
to the specified value. -
Uses of LocalNodeDescriptors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.object.type.link._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.object.type.link._case with type parameters of type LocalNodeDescriptorsModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<LocalNodeDescriptors>>
E$$LocalNodeDescriptorsBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.object.type.link._case that return LocalNodeDescriptorsModifier and TypeMethodDescription@NonNull LocalNodeDescriptors
LocalNodeDescriptorsBuilder.build()
A newLocalNodeDescriptors
instance.static @NonNull LocalNodeDescriptors
LocalNodeDescriptorsBuilder.empty()
Get empty instance of LocalNodeDescriptors.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.object.type.link._case that return types with arguments of type LocalNodeDescriptorsModifier and TypeMethodDescriptiondefault Class
<LocalNodeDescriptors> LocalNodeDescriptors.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.object.type.link._case with parameters of type LocalNodeDescriptorsModifier and TypeMethodDescriptionstatic boolean
LocalNodeDescriptors.bindingEquals
(@NonNull LocalNodeDescriptors thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
LocalNodeDescriptors.bindingHashCode
(@NonNull LocalNodeDescriptors obj) Default implementation ofObject.hashCode()
contract for this interface.static String
LocalNodeDescriptors.bindingToString
(@NonNull LocalNodeDescriptors obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.object.type.link._case with type arguments of type LocalNodeDescriptorsModifier and TypeMethodDescriptionLocalNodeDescriptorsBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<LocalNodeDescriptors> augmentation) Add an augmentation to this builder's product.LocalNodeDescriptorsBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<LocalNodeDescriptors>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.object.type.link._case with parameters of type LocalNodeDescriptorsModifierConstructorDescriptionConstruct a builder initialized with state from specifiedLocalNodeDescriptors
.