Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.destination.CLinkstateDestination
Package
Description
-
Uses of CLinkstateDestination in org.opendaylight.protocol.bgp.linkstate.impl.nlri
Modifier and TypeMethodDescriptionstatic CLinkstateDestination
LinkstateNlriParser.extractLinkstateDestination
(org.opendaylight.yangtools.yang.data.api.schema.DataContainerNode linkstate) -
Uses of CLinkstateDestination in org.opendaylight.protocol.bgp.linkstate.spi
Modifier and TypeMethodDescriptionfinal CLinkstateDestination
AbstractNlriTypeCodec.parseTypeNlri
(io.netty.buffer.ByteBuf nlri) NlriTypeCaseParser.parseTypeNlri
(io.netty.buffer.ByteBuf nlri) Modifier and TypeMethodDescriptionfinal void
AbstractNlriTypeCodec.serializeTypeNlri
(CLinkstateDestination nlriType, io.netty.buffer.ByteBuf byteAggregator) void
NlriTypeCaseSerializer.serializeTypeNlri
(CLinkstateDestination nlriType, io.netty.buffer.ByteBuf byteAggregator) -
Uses of CLinkstateDestination in org.opendaylight.protocol.bgp.linkstate.spi.pojo
Modifier and TypeMethodDescriptionSimpleNlriTypeRegistry.parseNlriType
(io.netty.buffer.ByteBuf buffer) Modifier and TypeMethodDescriptionvoid
SimpleNlriTypeRegistry.serializeNlriType
(CLinkstateDestination nlri, io.netty.buffer.ByteBuf byteAggregator) -
Uses of CLinkstateDestination in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120
Modifier and TypeMethodDescription@Nullable List
<CLinkstateDestination> LinkstateDestination.getCLinkstateDestination()
Return cLinkstateDestination, ornull
if it is not present.default @NonNull List
<CLinkstateDestination> LinkstateDestination.nonnullCLinkstateDestination()
Return cLinkstateDestination, or an empty list if it is not present. -
Uses of CLinkstateDestination in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.destination
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<CLinkstateDestination>>
E$$CLinkstateDestinationBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull CLinkstateDestination
CLinkstateDestinationBuilder.build()
A newCLinkstateDestination
instance.Modifier and TypeMethodDescriptiondefault Class
<CLinkstateDestination> CLinkstateDestination.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
CLinkstateDestination.bindingEquals
(@NonNull CLinkstateDestination thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
CLinkstateDestination.bindingHashCode
(@NonNull CLinkstateDestination obj) Default implementation ofObject.hashCode()
contract for this interface.static String
CLinkstateDestination.bindingToString
(@NonNull CLinkstateDestination obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionCLinkstateDestinationBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<CLinkstateDestination> augmentation) Add an augmentation to this builder's product.CLinkstateDestinationBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<CLinkstateDestination>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedCLinkstateDestination
. -
Uses of CLinkstateDestination in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.update.attributes.mp.reach.nlri.advertized.routes.destination.type.destination.linkstate._case
Modifier and TypeMethodDescriptionDestinationLinkstateBuilder.getCLinkstateDestination()
Return current value associated with the property corresponding toLinkstateDestination.getCLinkstateDestination()
.Modifier and TypeMethodDescriptionDestinationLinkstateBuilder.setCLinkstateDestination
(List<CLinkstateDestination> values) Set the property corresponding toLinkstateDestination.getCLinkstateDestination()
to the specified value. -
Uses of CLinkstateDestination in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.update.attributes.mp.unreach.nlri.withdrawn.routes.destination.type.destination.linkstate._case
Modifier and TypeMethodDescriptionDestinationLinkstateBuilder.getCLinkstateDestination()
Return current value associated with the property corresponding toLinkstateDestination.getCLinkstateDestination()
.Modifier and TypeMethodDescriptionDestinationLinkstateBuilder.setCLinkstateDestination
(List<CLinkstateDestination> values) Set the property corresponding toLinkstateDestination.getCLinkstateDestination()
to the specified value.