Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.object.type.link._case.LinkDescriptors
Packages that use LinkDescriptors
Package
Description
-
Uses of LinkDescriptors in org.opendaylight.bgpcep.bgp.topology.provider
Methods in org.opendaylight.bgpcep.bgp.topology.provider with parameters of type LinkDescriptorsModifier 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
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.object.type that return LinkDescriptorsModifier 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.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.object.type with parameters of type LinkDescriptorsModifier 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
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 LinkDescriptorsModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<LinkDescriptors>>
E$$LinkDescriptorsBuilder.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 LinkDescriptorsModifier and TypeMethodDescription@NonNull LinkDescriptors
LinkDescriptorsBuilder.build()
A newLinkDescriptors
instance.static @NonNull LinkDescriptors
LinkDescriptorsBuilder.empty()
Get empty instance of LinkDescriptors.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 LinkDescriptorsModifier and TypeMethodDescriptiondefault Class<LinkDescriptors>
LinkDescriptors.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 LinkDescriptorsModifier 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.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 LinkDescriptorsModifier and TypeMethodDescriptionLinkDescriptorsBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<LinkDescriptors> augmentation) Add an augmentation to this builder's product.LinkDescriptorsBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<LinkDescriptors>> 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 LinkDescriptorsModifierConstructorDescriptionConstruct a builder initialized with state from specifiedLinkDescriptors
.