Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.route.target.constrain.rev180618.route.target.constrain.destination.RouteTargetConstrainDestination
Package
Description
-
Uses of RouteTargetConstrainDestination in org.opendaylight.protocol.bgp.route.targetcontrain.impl.nlri
Modifier and TypeMethodDescriptionstatic io.netty.buffer.ByteBuf
RouteTargetConstrainNlriHandler.serializeNlriDestinations
(List<RouteTargetConstrainDestination> destinationList) -
Uses of RouteTargetConstrainDestination in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.route.target.constrain.rev180618
Modifier and TypeMethodDescription@Nullable List
<RouteTargetConstrainDestination> RouteTargetConstrainDestination.getRouteTargetConstrainDestination()
Return routeTargetConstrainDestination, ornull
if it is not present.default @NonNull List
<RouteTargetConstrainDestination> RouteTargetConstrainDestination.nonnullRouteTargetConstrainDestination()
Return routeTargetConstrainDestination, or an empty list if it is not present. -
Uses of RouteTargetConstrainDestination in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.route.target.constrain.rev180618.route.target.constrain.destination
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<RouteTargetConstrainDestination>>
E$$RouteTargetConstrainDestinationBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull RouteTargetConstrainDestination
RouteTargetConstrainDestinationBuilder.build()
A newRouteTargetConstrainDestination
instance.Modifier and TypeMethodDescriptiondefault Class
<RouteTargetConstrainDestination> RouteTargetConstrainDestination.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
RouteTargetConstrainDestination.bindingEquals
(@NonNull RouteTargetConstrainDestination thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
RouteTargetConstrainDestination.bindingHashCode
(@NonNull RouteTargetConstrainDestination obj) Default implementation ofObject.hashCode()
contract for this interface.static String
RouteTargetConstrainDestination.bindingToString
(@NonNull RouteTargetConstrainDestination obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionRouteTargetConstrainDestinationBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<RouteTargetConstrainDestination> augmentation) Add an augmentation to this builder's product.RouteTargetConstrainDestinationBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<RouteTargetConstrainDestination>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedRouteTargetConstrainDestination
. -
Uses of RouteTargetConstrainDestination in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.route.target.constrain.rev180618.update.attributes.mp.reach.nlri.advertized.routes.destination.type.destination.route.target.constrain.advertized._case
Modifier and TypeMethodDescriptionDestinationRouteTargetConstrainBuilder.getRouteTargetConstrainDestination()
Return current value associated with the property corresponding toRouteTargetConstrainDestination.getRouteTargetConstrainDestination()
.Modifier and TypeMethodDescriptionDestinationRouteTargetConstrainBuilder.setRouteTargetConstrainDestination
(List<RouteTargetConstrainDestination> values) Set the property corresponding toRouteTargetConstrainDestination.getRouteTargetConstrainDestination()
to the specified value. -
Uses of RouteTargetConstrainDestination in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.route.target.constrain.rev180618.update.attributes.mp.unreach.nlri.withdrawn.routes.destination.type.destination.route.target.constrain.withdrawn._case
Modifier and TypeMethodDescriptionDestinationRouteTargetConstrainBuilder.getRouteTargetConstrainDestination()
Return current value associated with the property corresponding toRouteTargetConstrainDestination.getRouteTargetConstrainDestination()
.Modifier and TypeMethodDescriptionDestinationRouteTargetConstrainBuilder.setRouteTargetConstrainDestination
(List<RouteTargetConstrainDestination> values) Set the property corresponding toRouteTargetConstrainDestination.getRouteTargetConstrainDestination()
to the specified value.