Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.ipv4.route.FlowspecRoute
Packages that use FlowspecRoute
Package
Description
-
Uses of FlowspecRoute 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 FlowspecRouteModifier and TypeMethodDescription@Nullable Map
<FlowspecRouteKey, FlowspecRoute> FlowspecIpv4Route.getFlowspecRoute()
Return flowspecRoute, ornull
if it is not present.default @NonNull Map
<FlowspecRouteKey, FlowspecRoute> FlowspecIpv4Route.nonnullFlowspecRoute()
Return flowspecRoute, or an empty list if it is not present. -
Uses of FlowspecRoute in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.ipv4.route
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.ipv4.route with type parameters of type FlowspecRouteModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<FlowspecRoute>>
E$$FlowspecRouteBuilder.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.ipv4.route that return FlowspecRouteModifier and TypeMethodDescription@NonNull FlowspecRoute
FlowspecRouteBuilder.build()
A newFlowspecRoute
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.ipv4.route that return types with arguments of type FlowspecRouteModifier and TypeMethodDescriptiondefault Class
<FlowspecRoute> FlowspecRoute.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.ipv4.route with parameters of type FlowspecRouteModifier and TypeMethodDescriptionstatic boolean
FlowspecRoute.bindingEquals
(@NonNull FlowspecRoute thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
FlowspecRoute.bindingHashCode
(@NonNull FlowspecRoute obj) Default implementation ofObject.hashCode()
contract for this interface.static String
FlowspecRoute.bindingToString
(@NonNull FlowspecRoute 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.ipv4.route with type arguments of type FlowspecRouteModifier and TypeMethodDescriptionFlowspecRouteBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<FlowspecRoute> augmentation) Add an augmentation to this builder's product.FlowspecRouteBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<FlowspecRoute>> 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.ipv4.route with parameters of type FlowspecRouteModifierConstructorDescriptionConstruct a builder initialized with state from specifiedFlowspecRoute
. -
Uses of FlowspecRoute in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.routes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.routes that return types with arguments of type FlowspecRouteModifier and TypeMethodDescriptionFlowspecRoutesBuilder.getFlowspecRoute()
Return current value associated with the property corresponding toFlowspecIpv4Route.getFlowspecRoute()
.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev200120.flowspec.routes with type arguments of type FlowspecRouteModifier and TypeMethodDescriptionFlowspecRoutesBuilder.setFlowspecRoute
(Map<FlowspecRouteKey, FlowspecRoute> values) Set the property corresponding toFlowspecIpv4Route.getFlowspecRoute()
to the specified value.