Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329.labeled.unicast.LabelStack
Packages that use LabelStack
Package
Description
-
Uses of LabelStack in org.opendaylight.protocol.bgp.labeled.unicast
Methods in org.opendaylight.protocol.bgp.labeled.unicast that return types with arguments of type LabelStackModifier and TypeMethodDescriptionstatic List
<LabelStack> LUNlriParser.parseLabel
(io.netty.buffer.ByteBuf nlri) Method parameters in org.opendaylight.protocol.bgp.labeled.unicast with type arguments of type LabelStackModifier and TypeMethodDescriptionstatic void
LUNlriParser.serializeLabelStackEntries
(List<LabelStack> stack, boolean isUnreachNlri, io.netty.buffer.ByteBuf buffer) -
Uses of LabelStack in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329 that return types with arguments of type LabelStackModifier and TypeMethodDescription@Nullable List
<LabelStack> LabeledUnicast.getLabelStack()
Return labelStack, ornull
if it is not present.default @NonNull List
<LabelStack> LabeledUnicast.nonnullLabelStack()
Return labelStack, or an empty list if it is not present. -
Uses of LabelStack in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329.labeled.unicast
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329.labeled.unicast with type parameters of type LabelStackModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<LabelStack>>
E$$LabelStackBuilder.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.labeled.unicast.rev180329.labeled.unicast that return LabelStackModifier and TypeMethodDescription@NonNull LabelStack
LabelStackBuilder.build()
A newLabelStack
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329.labeled.unicast that return types with arguments of type LabelStackMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329.labeled.unicast with parameters of type LabelStackModifier and TypeMethodDescriptionstatic boolean
LabelStack.bindingEquals
(@NonNull LabelStack thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
LabelStack.bindingHashCode
(@NonNull LabelStack obj) Default implementation ofObject.hashCode()
contract for this interface.static String
LabelStack.bindingToString
(@NonNull LabelStack obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329.labeled.unicast with type arguments of type LabelStackModifier and TypeMethodDescriptionLabelStackBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<LabelStack> augmentation) Add an augmentation to this builder's product.LabelStackBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<LabelStack>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329.labeled.unicast with parameters of type LabelStackModifierConstructorDescriptionLabelStackBuilder
(LabelStack base) Construct a builder initialized with state from specifiedLabelStack
. -
Uses of LabelStack in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329.labeled.unicast.destination
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329.labeled.unicast.destination that return types with arguments of type LabelStackModifier and TypeMethodDescriptionCLabeledUnicastDestinationBuilder.getLabelStack()
Return current value associated with the property corresponding toLabeledUnicast.getLabelStack()
.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329.labeled.unicast.destination with type arguments of type LabelStackModifier and TypeMethodDescriptionCLabeledUnicastDestinationBuilder.setLabelStack
(List<LabelStack> values) Set the property corresponding toLabeledUnicast.getLabelStack()
to the specified value. -
Uses of LabelStack in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329.labeled.unicast.routes.list
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329.labeled.unicast.routes.list that return types with arguments of type LabelStackModifier and TypeMethodDescriptionLabeledUnicastRouteBuilder.getLabelStack()
Return current value associated with the property corresponding toLabeledUnicast.getLabelStack()
.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329.labeled.unicast.routes.list with type arguments of type LabelStackModifier and TypeMethodDescriptionLabeledUnicastRouteBuilder.setLabelStack
(List<LabelStack> values) Set the property corresponding toLabeledUnicast.getLabelStack()
to the specified value. -
Uses of LabelStack in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.vpn.rev180329.l3vpn.ip.destination.type
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.vpn.rev180329.l3vpn.ip.destination.type that return types with arguments of type LabelStackModifier and TypeMethodDescriptionVpnDestinationBuilder.getLabelStack()
Return current value associated with the property corresponding toLabeledUnicast.getLabelStack()
.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.vpn.rev180329.l3vpn.ip.destination.type with type arguments of type LabelStackModifier and TypeMethodDescriptionVpnDestinationBuilder.setLabelStack
(List<LabelStack> values) Set the property corresponding toLabeledUnicast.getLabelStack()
to the specified value. -
Uses of LabelStack in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.vpn.rev180329.l3vpn.ip.route
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.vpn.rev180329.l3vpn.ip.route that return types with arguments of type LabelStackModifier and TypeMethodDescriptionVpnRouteBuilder.getLabelStack()
Return current value associated with the property corresponding toLabeledUnicast.getLabelStack()
.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.vpn.rev180329.l3vpn.ip.route with type arguments of type LabelStackModifier and TypeMethodDescriptionVpnRouteBuilder.setLabelStack
(List<LabelStack> values) Set the property corresponding toLabeledUnicast.getLabelStack()
to the specified value.