Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.l3vpn.ipv6.route.FlowspecL3vpnRoute
Packages that use FlowspecL3vpnRoute
Package
Description
-
Uses of FlowspecL3vpnRoute in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120 that return types with arguments of type FlowspecL3vpnRouteModifier and TypeMethodDescription@Nullable Map
<FlowspecL3vpnRouteKey, FlowspecL3vpnRoute> FlowspecL3vpnIpv6Route.getFlowspecL3vpnRoute()
Return flowspecL3vpnRoute, ornull
if it is not present.default @NonNull Map
<FlowspecL3vpnRouteKey, FlowspecL3vpnRoute> FlowspecL3vpnIpv6Route.nonnullFlowspecL3vpnRoute()
Return flowspecL3vpnRoute, or an empty list if it is not present. -
Uses of FlowspecL3vpnRoute in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.l3vpn.ipv6.route
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.l3vpn.ipv6.route with type parameters of type FlowspecL3vpnRouteModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<FlowspecL3vpnRoute>>
E$$FlowspecL3vpnRouteBuilder.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.flowspec.rev200120.flowspec.l3vpn.ipv6.route that return FlowspecL3vpnRouteModifier and TypeMethodDescription@NonNull FlowspecL3vpnRoute
FlowspecL3vpnRouteBuilder.build()
A newFlowspecL3vpnRoute
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.l3vpn.ipv6.route that return types with arguments of type FlowspecL3vpnRouteModifier and TypeMethodDescriptiondefault Class
<FlowspecL3vpnRoute> FlowspecL3vpnRoute.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.l3vpn.ipv6.route with parameters of type FlowspecL3vpnRouteModifier and TypeMethodDescriptionstatic boolean
FlowspecL3vpnRoute.bindingEquals
(@NonNull FlowspecL3vpnRoute thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
FlowspecL3vpnRoute.bindingHashCode
(@NonNull FlowspecL3vpnRoute obj) Default implementation ofObject.hashCode()
contract for this interface.static String
FlowspecL3vpnRoute.bindingToString
(@NonNull FlowspecL3vpnRoute obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.l3vpn.ipv6.route with type arguments of type FlowspecL3vpnRouteModifier and TypeMethodDescriptionFlowspecL3vpnRouteBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<FlowspecL3vpnRoute> augmentation) Add an augmentation to this builder's product.FlowspecL3vpnRouteBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<FlowspecL3vpnRoute>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.l3vpn.ipv6.route with parameters of type FlowspecL3vpnRouteModifierConstructorDescriptionConstruct a builder initialized with state from specifiedFlowspecL3vpnRoute
. -
Uses of FlowspecL3vpnRoute in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.l3vpn.ipv6.routes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.l3vpn.ipv6.routes that return types with arguments of type FlowspecL3vpnRouteModifier and TypeMethodDescriptionFlowspecL3vpnIpv6RoutesBuilder.getFlowspecL3vpnRoute()
Return current value associated with the property corresponding toFlowspecL3vpnIpv6Route.getFlowspecL3vpnRoute()
.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.l3vpn.ipv6.routes with type arguments of type FlowspecL3vpnRouteModifier and TypeMethodDescriptionFlowspecL3vpnIpv6RoutesBuilder.setFlowspecL3vpnRoute
(Map<FlowspecL3vpnRouteKey, FlowspecL3vpnRoute> values) Set the property corresponding toFlowspecL3vpnIpv6Route.getFlowspecL3vpnRoute()
to the specified value.