Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329.labeled.unicast.destination.CLabeledUnicastDestination
-
-
Uses of CLabeledUnicastDestination in org.opendaylight.protocol.bgp.labeled.unicast
Method parameters in org.opendaylight.protocol.bgp.labeled.unicast with type arguments of type CLabeledUnicastDestination Modifier and Type Method Description protected static void
LUNlriParser. serializeNlri(List<CLabeledUnicastDestination> dests, boolean isUnreachNlri, io.netty.buffer.ByteBuf buffer)
-
Uses of CLabeledUnicastDestination 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 CLabeledUnicastDestination Modifier and Type Method Description @Nullable List<CLabeledUnicastDestination>
LabeledUnicastDestination. getCLabeledUnicastDestination()
Return cLabeledUnicastDestination, ornull
if it is not present.default @NonNull List<CLabeledUnicastDestination>
LabeledUnicastDestination. nonnullCLabeledUnicastDestination()
Return cLabeledUnicastDestination, or an empty list if it is not present. -
Uses of CLabeledUnicastDestination 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 with type parameters of type CLabeledUnicastDestination Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<CLabeledUnicastDestination>>
E$$CLabeledUnicastDestinationBuilder. 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.destination that return CLabeledUnicastDestination Modifier and Type Method Description @NonNull CLabeledUnicastDestination
CLabeledUnicastDestinationBuilder. build()
A newCLabeledUnicastDestination
instance.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 CLabeledUnicastDestination Modifier and Type Method Description default Class<CLabeledUnicastDestination>
CLabeledUnicastDestination. implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329.labeled.unicast.destination with parameters of type CLabeledUnicastDestination Modifier and Type Method Description static boolean
CLabeledUnicastDestination. bindingEquals(@NonNull CLabeledUnicastDestination thisObj, Object obj)
Default implementation ofObject.equals(Object)
contract for this interface.static int
CLabeledUnicastDestination. bindingHashCode(@NonNull CLabeledUnicastDestination obj)
Default implementation ofObject.hashCode()
contract for this interface.static String
CLabeledUnicastDestination. bindingToString(@NonNull CLabeledUnicastDestination 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.destination with type arguments of type CLabeledUnicastDestination Modifier and Type Method Description CLabeledUnicastDestinationBuilder
CLabeledUnicastDestinationBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<CLabeledUnicastDestination> augmentation)
Add an augmentation to this builder's product.CLabeledUnicastDestinationBuilder
CLabeledUnicastDestinationBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<CLabeledUnicastDestination>> 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.destination with parameters of type CLabeledUnicastDestination Constructor Description CLabeledUnicastDestinationBuilder(CLabeledUnicastDestination base)
Construct a builder initialized with state from specifiedCLabeledUnicastDestination
. -
Uses of CLabeledUnicastDestination in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329.update.attributes.mp.reach.nlri.advertized.routes.destination.type.destination.ipv6.labeled.unicast._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329.update.attributes.mp.reach.nlri.advertized.routes.destination.type.destination.ipv6.labeled.unicast._case that return types with arguments of type CLabeledUnicastDestination Modifier and Type Method Description List<CLabeledUnicastDestination>
DestinationIpv6LabeledUnicastBuilder. getCLabeledUnicastDestination()
Return current value associated with the property corresponding toLabeledUnicastDestination.getCLabeledUnicastDestination()
.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329.update.attributes.mp.reach.nlri.advertized.routes.destination.type.destination.ipv6.labeled.unicast._case with type arguments of type CLabeledUnicastDestination Modifier and Type Method Description DestinationIpv6LabeledUnicastBuilder
DestinationIpv6LabeledUnicastBuilder. setCLabeledUnicastDestination(List<CLabeledUnicastDestination> values)
Set the property corresponding toLabeledUnicastDestination.getCLabeledUnicastDestination()
to the specified value. -
Uses of CLabeledUnicastDestination in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329.update.attributes.mp.reach.nlri.advertized.routes.destination.type.destination.labeled.unicast._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329.update.attributes.mp.reach.nlri.advertized.routes.destination.type.destination.labeled.unicast._case that return types with arguments of type CLabeledUnicastDestination Modifier and Type Method Description List<CLabeledUnicastDestination>
DestinationLabeledUnicastBuilder. getCLabeledUnicastDestination()
Return current value associated with the property corresponding toLabeledUnicastDestination.getCLabeledUnicastDestination()
.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329.update.attributes.mp.reach.nlri.advertized.routes.destination.type.destination.labeled.unicast._case with type arguments of type CLabeledUnicastDestination Modifier and Type Method Description DestinationLabeledUnicastBuilder
DestinationLabeledUnicastBuilder. setCLabeledUnicastDestination(List<CLabeledUnicastDestination> values)
Set the property corresponding toLabeledUnicastDestination.getCLabeledUnicastDestination()
to the specified value. -
Uses of CLabeledUnicastDestination in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329.update.attributes.mp.unreach.nlri.withdrawn.routes.destination.type.destination.ipv6.labeled.unicast._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329.update.attributes.mp.unreach.nlri.withdrawn.routes.destination.type.destination.ipv6.labeled.unicast._case that return types with arguments of type CLabeledUnicastDestination Modifier and Type Method Description List<CLabeledUnicastDestination>
DestinationIpv6LabeledUnicastBuilder. getCLabeledUnicastDestination()
Return current value associated with the property corresponding toLabeledUnicastDestination.getCLabeledUnicastDestination()
.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329.update.attributes.mp.unreach.nlri.withdrawn.routes.destination.type.destination.ipv6.labeled.unicast._case with type arguments of type CLabeledUnicastDestination Modifier and Type Method Description DestinationIpv6LabeledUnicastBuilder
DestinationIpv6LabeledUnicastBuilder. setCLabeledUnicastDestination(List<CLabeledUnicastDestination> values)
Set the property corresponding toLabeledUnicastDestination.getCLabeledUnicastDestination()
to the specified value. -
Uses of CLabeledUnicastDestination in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329.update.attributes.mp.unreach.nlri.withdrawn.routes.destination.type.destination.labeled.unicast._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329.update.attributes.mp.unreach.nlri.withdrawn.routes.destination.type.destination.labeled.unicast._case that return types with arguments of type CLabeledUnicastDestination Modifier and Type Method Description List<CLabeledUnicastDestination>
DestinationLabeledUnicastBuilder. getCLabeledUnicastDestination()
Return current value associated with the property corresponding toLabeledUnicastDestination.getCLabeledUnicastDestination()
.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329.update.attributes.mp.unreach.nlri.withdrawn.routes.destination.type.destination.labeled.unicast._case with type arguments of type CLabeledUnicastDestination Modifier and Type Method Description DestinationLabeledUnicastBuilder
DestinationLabeledUnicastBuilder. setCLabeledUnicastDestination(List<CLabeledUnicastDestination> values)
Set the property corresponding toLabeledUnicastDestination.getCLabeledUnicastDestination()
to the specified value.
-