Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.mvpn.routes.MvpnRoute
Packages that use MvpnRoute
Package
Description
-
Uses of MvpnRoute in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.ipv4.rev180417.mvpn.routes.ipv4
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.ipv4.rev180417.mvpn.routes.ipv4 that return types with arguments of type MvpnRouteModifier and TypeMethodDescriptionMvpnRoutesIpv4Builder.getMvpnRoute()
Return current value associated with the property corresponding toMvpnRoutes.getMvpnRoute()
.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.ipv4.rev180417.mvpn.routes.ipv4 with type arguments of type MvpnRouteModifier and TypeMethodDescriptionMvpnRoutesIpv4Builder.setMvpnRoute
(Map<MvpnRouteKey, MvpnRoute> values) Set the property corresponding toMvpnRoutes.getMvpnRoute()
to the specified value. -
Uses of MvpnRoute in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.ipv6.rev180417.mvpn.routes.ipv6
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.ipv6.rev180417.mvpn.routes.ipv6 that return types with arguments of type MvpnRouteModifier and TypeMethodDescriptionMvpnRoutesIpv6Builder.getMvpnRoute()
Return current value associated with the property corresponding toMvpnRoutes.getMvpnRoute()
.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.ipv6.rev180417.mvpn.routes.ipv6 with type arguments of type MvpnRouteModifier and TypeMethodDescriptionMvpnRoutesIpv6Builder.setMvpnRoute
(Map<MvpnRouteKey, MvpnRoute> values) Set the property corresponding toMvpnRoutes.getMvpnRoute()
to the specified value. -
Uses of MvpnRoute in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120 that return types with arguments of type MvpnRouteModifier and TypeMethodDescription@Nullable Map<MvpnRouteKey,
MvpnRoute> MvpnRoutes.getMvpnRoute()
Return mvpnRoute, ornull
if it is not present.default @NonNull Map<MvpnRouteKey,
MvpnRoute> MvpnRoutes.nonnullMvpnRoute()
Return mvpnRoute, or an empty list if it is not present. -
Uses of MvpnRoute in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.mvpn.routes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.mvpn.routes with type parameters of type MvpnRouteModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<MvpnRoute>>
E$$MvpnRouteBuilder.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.mvpn.rev200120.mvpn.routes that return MvpnRouteModifier and TypeMethodDescription@NonNull MvpnRoute
MvpnRouteBuilder.build()
A newMvpnRoute
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.mvpn.routes that return types with arguments of type MvpnRouteMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.mvpn.routes with parameters of type MvpnRouteModifier and TypeMethodDescriptionstatic boolean
MvpnRoute.bindingEquals
(@NonNull MvpnRoute thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
MvpnRoute.bindingHashCode
(@NonNull MvpnRoute obj) Default implementation ofObject.hashCode()
contract for this interface.static String
MvpnRoute.bindingToString
(@NonNull MvpnRoute obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.mvpn.routes with type arguments of type MvpnRouteModifier and TypeMethodDescriptionMvpnRouteBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<MvpnRoute> augmentation) Add an augmentation to this builder's product.MvpnRouteBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<MvpnRoute>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.mvpn.routes with parameters of type MvpnRouteModifierConstructorDescriptionMvpnRouteBuilder
(MvpnRoute base) Construct a builder initialized with state from specifiedMvpnRoute
.