Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.route.target.constrain.rev180618.route.target.constrain.routes.route.target.constrain.routes.RouteTargetConstrainRoute
Packages that use RouteTargetConstrainRoute
Package
Description
-
Uses of RouteTargetConstrainRoute in org.opendaylight.protocol.bgp.route.targetcontrain.spi
Methods in org.opendaylight.protocol.bgp.route.targetcontrain.spi with parameters of type RouteTargetConstrainRouteModifier and TypeMethodDescriptionstatic RouteTarget
RouteTargetMembeshipUtil.getRT
(RouteTargetConstrainRoute route) -
Uses of RouteTargetConstrainRoute in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.route.target.constrain.rev180618.route.target.constrain.routes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.route.target.constrain.rev180618.route.target.constrain.routes that return types with arguments of type RouteTargetConstrainRouteModifier and TypeMethodDescriptionRouteTargetConstrainRoutes.getRouteTargetConstrainRoute()
Return routeTargetConstrainRoute, ornull
if it is not present.RouteTargetConstrainRoutesBuilder.getRouteTargetConstrainRoute()
Return current value associated with the property corresponding toRouteTargetConstrainRoutes.getRouteTargetConstrainRoute()
.default @NonNull Map
<RouteTargetConstrainRouteKey, RouteTargetConstrainRoute> RouteTargetConstrainRoutes.nonnullRouteTargetConstrainRoute()
Return routeTargetConstrainRoute, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.route.target.constrain.rev180618.route.target.constrain.routes with type arguments of type RouteTargetConstrainRouteModifier and TypeMethodDescriptionRouteTargetConstrainRoutesBuilder.setRouteTargetConstrainRoute
(Map<RouteTargetConstrainRouteKey, RouteTargetConstrainRoute> values) Set the property corresponding toRouteTargetConstrainRoutes.getRouteTargetConstrainRoute()
to the specified value. -
Uses of RouteTargetConstrainRoute in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.route.target.constrain.rev180618.route.target.constrain.routes.route.target.constrain.routes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.route.target.constrain.rev180618.route.target.constrain.routes.route.target.constrain.routes with type parameters of type RouteTargetConstrainRouteModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<RouteTargetConstrainRoute>>
E$$RouteTargetConstrainRouteBuilder.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.route.target.constrain.rev180618.route.target.constrain.routes.route.target.constrain.routes that return RouteTargetConstrainRouteModifier and TypeMethodDescription@NonNull RouteTargetConstrainRoute
RouteTargetConstrainRouteBuilder.build()
A newRouteTargetConstrainRoute
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.route.target.constrain.rev180618.route.target.constrain.routes.route.target.constrain.routes that return types with arguments of type RouteTargetConstrainRouteModifier and TypeMethodDescriptiondefault Class
<RouteTargetConstrainRoute> RouteTargetConstrainRoute.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.route.target.constrain.rev180618.route.target.constrain.routes.route.target.constrain.routes with parameters of type RouteTargetConstrainRouteModifier and TypeMethodDescriptionstatic boolean
RouteTargetConstrainRoute.bindingEquals
(@NonNull RouteTargetConstrainRoute thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
RouteTargetConstrainRoute.bindingHashCode
(@NonNull RouteTargetConstrainRoute obj) Default implementation ofObject.hashCode()
contract for this interface.static String
RouteTargetConstrainRoute.bindingToString
(@NonNull RouteTargetConstrainRoute obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.route.target.constrain.rev180618.route.target.constrain.routes.route.target.constrain.routes with type arguments of type RouteTargetConstrainRouteModifier and TypeMethodDescriptionRouteTargetConstrainRouteBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<RouteTargetConstrainRoute> augmentation) Add an augmentation to this builder's product.RouteTargetConstrainRouteBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<RouteTargetConstrainRoute>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.route.target.constrain.rev180618.route.target.constrain.routes.route.target.constrain.routes with parameters of type RouteTargetConstrainRouteModifierConstructorDescriptionConstruct a builder initialized with state from specifiedRouteTargetConstrainRoute
.