Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.mvpn.routes.MvpnRouteKey
Packages that use MvpnRouteKey
Package
Description
-
Uses of MvpnRouteKey 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 MvpnRouteKeyModifier 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 MvpnRouteKeyModifier and TypeMethodDescriptionMvpnRoutesIpv4Builder.setMvpnRoute
(Map<MvpnRouteKey, MvpnRoute> values) Set the property corresponding toMvpnRoutes.getMvpnRoute()
to the specified value. -
Uses of MvpnRouteKey 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 MvpnRouteKeyModifier 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 MvpnRouteKeyModifier and TypeMethodDescriptionMvpnRoutesIpv6Builder.setMvpnRoute
(Map<MvpnRouteKey, MvpnRoute> values) Set the property corresponding toMvpnRoutes.getMvpnRoute()
to the specified value. -
Uses of MvpnRouteKey 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 MvpnRouteKeyModifier 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 MvpnRouteKey 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 that return MvpnRouteKeyModifier and TypeMethodDescriptionMvpnRoute.key()
MvpnRouteBuilder.key()
Return current value associated with the property corresponding toMvpnRoute.key()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.mvpn.routes with parameters of type MvpnRouteKeyModifier and TypeMethodDescriptionMvpnRouteBuilder.withKey
(MvpnRouteKey key) Set the key value corresponding toMvpnRoute.key()
to the specified value.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.mvpn.routes with parameters of type MvpnRouteKeyModifierConstructorDescriptionMvpnRouteKey
(MvpnRouteKey source) Creates a copy from Source Object.