Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.mac.ip.adv.route.MacIpAdvRoute
Packages that use MacIpAdvRoute
Package
Description
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.evpn.evpn.choice
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.mac.ip.adv.route
-
Uses of MacIpAdvRoute in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120 that return MacIpAdvRouteModifier and TypeMethodDescriptionMacIpAdvRoute.getMacIpAdvRoute()
Return macIpAdvRoute, ornull
if it is not present.@NonNull MacIpAdvRoute
MacIpAdvRoute.nonnullMacIpAdvRoute()
Return macIpAdvRoute, or an empty instance if it is not present. -
Uses of MacIpAdvRoute in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.evpn.evpn.choice
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.evpn.evpn.choice that return MacIpAdvRouteModifier and TypeMethodDescriptionMacIpAdvRouteCaseBuilder.getMacIpAdvRoute()
Return current value associated with the property corresponding toMacIpAdvRoute.getMacIpAdvRoute()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.evpn.evpn.choice with parameters of type MacIpAdvRouteModifier and TypeMethodDescriptionMacIpAdvRouteCaseBuilder.setMacIpAdvRoute
(MacIpAdvRoute value) Set the property corresponding toMacIpAdvRoute.getMacIpAdvRoute()
to the specified value. -
Uses of MacIpAdvRoute in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.mac.ip.adv.route
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.mac.ip.adv.route with type parameters of type MacIpAdvRouteModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<MacIpAdvRoute>>
E$$MacIpAdvRouteBuilder.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.evpn.rev200120.mac.ip.adv.route that return MacIpAdvRouteModifier and TypeMethodDescription@NonNull MacIpAdvRoute
MacIpAdvRouteBuilder.build()
A newMacIpAdvRoute
instance.static @NonNull MacIpAdvRoute
MacIpAdvRouteBuilder.empty()
Get empty instance of MacIpAdvRoute.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.mac.ip.adv.route that return types with arguments of type MacIpAdvRouteModifier and TypeMethodDescriptiondefault Class<MacIpAdvRoute>
MacIpAdvRoute.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.mac.ip.adv.route with parameters of type MacIpAdvRouteModifier and TypeMethodDescriptionstatic boolean
MacIpAdvRoute.bindingEquals
(@NonNull MacIpAdvRoute thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
MacIpAdvRoute.bindingHashCode
(@NonNull MacIpAdvRoute obj) Default implementation ofObject.hashCode()
contract for this interface.static String
MacIpAdvRoute.bindingToString
(@NonNull MacIpAdvRoute obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.mac.ip.adv.route with type arguments of type MacIpAdvRouteModifier and TypeMethodDescriptionMacIpAdvRouteBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<MacIpAdvRoute> augmentation) Add an augmentation to this builder's product.MacIpAdvRouteBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<MacIpAdvRoute>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.evpn.rev200120.mac.ip.adv.route with parameters of type MacIpAdvRouteModifierConstructorDescriptionConstruct a builder initialized with state from specifiedMacIpAdvRoute
.