Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.reach.mp.reach.nlri.AdvertizedRoutes
Packages that use AdvertizedRoutes
Package
Description
-
Uses of AdvertizedRoutes in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.reach
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.reach that return AdvertizedRoutesModifier and TypeMethodDescriptionMpReachNlri.getAdvertizedRoutes()Return advertizedRoutes, ornullif it is not present.MpReachNlriBuilder.getAdvertizedRoutes()Return current value associated with the property corresponding toMpReachNlri.getAdvertizedRoutes().@NonNull AdvertizedRoutesMpReachNlri.nonnullAdvertizedRoutes()Return advertizedRoutes, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.reach with parameters of type AdvertizedRoutesModifier and TypeMethodDescriptionMpReachNlriBuilder.setAdvertizedRoutes(AdvertizedRoutes value) Set the property corresponding toMpReachNlri.getAdvertizedRoutes()to the specified value. -
Uses of AdvertizedRoutes in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.reach.mp.reach.nlri
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.reach.mp.reach.nlri with type parameters of type AdvertizedRoutesModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<AdvertizedRoutes>>
E$$AdvertizedRoutesBuilder.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.multiprotocol.rev180329.attributes.reach.mp.reach.nlri that return AdvertizedRoutesModifier and TypeMethodDescription@NonNull AdvertizedRoutesAdvertizedRoutesBuilder.build()A newAdvertizedRoutesinstance.static @NonNull AdvertizedRoutesAdvertizedRoutesBuilder.empty()Get empty instance of AdvertizedRoutes.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.reach.mp.reach.nlri that return types with arguments of type AdvertizedRoutesModifier and TypeMethodDescriptiondefault Class<AdvertizedRoutes>AdvertizedRoutes.implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.reach.mp.reach.nlri with parameters of type AdvertizedRoutesModifier and TypeMethodDescriptionstatic booleanAdvertizedRoutes.bindingEquals(@NonNull AdvertizedRoutes thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intAdvertizedRoutes.bindingHashCode(@NonNull AdvertizedRoutes obj) Default implementation ofObject.hashCode()contract for this interface.static StringAdvertizedRoutes.bindingToString(@NonNull AdvertizedRoutes obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.reach.mp.reach.nlri with type arguments of type AdvertizedRoutesModifier and TypeMethodDescriptionAdvertizedRoutesBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<AdvertizedRoutes> augmentation) Add an augmentation to this builder's product.AdvertizedRoutesBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<AdvertizedRoutes>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.reach.mp.reach.nlri with parameters of type AdvertizedRoutesModifierConstructorDescriptionConstruct a builder initialized with state from specifiedAdvertizedRoutes.