Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.object.type.link._case.LinkDescriptors
Package
Description
-
Uses of LinkDescriptors in org.opendaylight.bgpcep.bgp.topology.provider
Modifier and TypeMethodDescriptionstatic void
ProtocolUtil.augmentProtocolId
(LinkstateRoute value, IgpLinkAttributesBuilder ilab, LinkAttributes la, LinkDescriptors ld) -
Uses of LinkDescriptors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.object.type
Modifier and TypeMethodDescriptionLinkCase.getLinkDescriptors()
Return linkDescriptors, ornull
if it is not present.LinkCaseBuilder.getLinkDescriptors()
Return current value associated with the property corresponding toLinkCase.getLinkDescriptors()
.@NonNull LinkDescriptors
LinkCase.nonnullLinkDescriptors()
Return linkDescriptors, or an empty instance if it is not present.Modifier and TypeMethodDescriptionLinkCaseBuilder.setLinkDescriptors
(LinkDescriptors value) Set the property corresponding toLinkCase.getLinkDescriptors()
to the specified value. -
Uses of LinkDescriptors 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<LinkDescriptors>>
E$$LinkDescriptorsBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull LinkDescriptors
LinkDescriptorsBuilder.build()
A newLinkDescriptors
instance.static @NonNull LinkDescriptors
LinkDescriptorsBuilder.empty()
Get empty instance of LinkDescriptors.Modifier and TypeMethodDescriptiondefault Class
<LinkDescriptors> LinkDescriptors.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
LinkDescriptors.bindingEquals
(@NonNull LinkDescriptors thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
LinkDescriptors.bindingHashCode
(@NonNull LinkDescriptors obj) Default implementation ofObject.hashCode()
contract for this interface.static String
LinkDescriptors.bindingToString
(@NonNull LinkDescriptors obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionLinkDescriptorsBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<LinkDescriptors> augmentation) Add an augmentation to this builder's product.LinkDescriptorsBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<LinkDescriptors>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedLinkDescriptors
.