Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.object.type.link._case.RemoteNodeDescriptors
Package
Description
-
Uses of RemoteNodeDescriptors in org.opendaylight.protocol.bgp.linkstate.impl.tlvs
Modifier and TypeMethodDescriptionRemoteNodeDescriptorTlvParser.parseTlvBody
(io.netty.buffer.ByteBuf value) Modifier and TypeMethodDescriptionvoid
RemoteNodeDescriptorTlvParser.serializeTlvBody
(RemoteNodeDescriptors tlv, io.netty.buffer.ByteBuf body) -
Uses of RemoteNodeDescriptors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.object.type
Modifier and TypeMethodDescriptionLinkCase.getRemoteNodeDescriptors()
Return remoteNodeDescriptors, ornull
if it is not present.LinkCaseBuilder.getRemoteNodeDescriptors()
Return current value associated with the property corresponding toLinkCase.getRemoteNodeDescriptors()
.@NonNull RemoteNodeDescriptors
LinkCase.nonnullRemoteNodeDescriptors()
Return remoteNodeDescriptors, or an empty instance if it is not present.Modifier and TypeMethodDescriptionLinkCaseBuilder.setRemoteNodeDescriptors
(RemoteNodeDescriptors value) Set the property corresponding toLinkCase.getRemoteNodeDescriptors()
to the specified value. -
Uses of RemoteNodeDescriptors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.object.type.link._case
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<RemoteNodeDescriptors>>
E$$RemoteNodeDescriptorsBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull RemoteNodeDescriptors
RemoteNodeDescriptorsBuilder.build()
A newRemoteNodeDescriptors
instance.static @NonNull RemoteNodeDescriptors
RemoteNodeDescriptorsBuilder.empty()
Get empty instance of RemoteNodeDescriptors.Modifier and TypeMethodDescriptiondefault Class
<RemoteNodeDescriptors> RemoteNodeDescriptors.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
RemoteNodeDescriptors.bindingEquals
(@NonNull RemoteNodeDescriptors thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
RemoteNodeDescriptors.bindingHashCode
(@NonNull RemoteNodeDescriptors obj) Default implementation ofObject.hashCode()
contract for this interface.static String
RemoteNodeDescriptors.bindingToString
(@NonNull RemoteNodeDescriptors obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionRemoteNodeDescriptorsBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<RemoteNodeDescriptors> augmentation) Add an augmentation to this builder's product.RemoteNodeDescriptorsBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<RemoteNodeDescriptors>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedRemoteNodeDescriptors
.