Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.unreach.mp.unreach.nlri.WithdrawnRoutes
Packages that use WithdrawnRoutes
Package
Description
-
Uses of WithdrawnRoutes in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.unreach
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.unreach that return WithdrawnRoutesModifier and TypeMethodDescriptionMpUnreachNlri.getWithdrawnRoutes()Return withdrawnRoutes, ornullif it is not present.MpUnreachNlriBuilder.getWithdrawnRoutes()Return current value associated with the property corresponding toMpUnreachNlri.getWithdrawnRoutes().@NonNull WithdrawnRoutesMpUnreachNlri.nonnullWithdrawnRoutes()Return withdrawnRoutes, 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.unreach with parameters of type WithdrawnRoutesModifier and TypeMethodDescriptionMpUnreachNlriBuilder.setWithdrawnRoutes(WithdrawnRoutes value) Set the property corresponding toMpUnreachNlri.getWithdrawnRoutes()to the specified value. -
Uses of WithdrawnRoutes in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.unreach.mp.unreach.nlri
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.unreach.mp.unreach.nlri with type parameters of type WithdrawnRoutesModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<WithdrawnRoutes>>
E$$WithdrawnRoutesBuilder.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.unreach.mp.unreach.nlri that return WithdrawnRoutesModifier and TypeMethodDescription@NonNull WithdrawnRoutesWithdrawnRoutesBuilder.build()A newWithdrawnRoutesinstance.static @NonNull WithdrawnRoutesWithdrawnRoutesBuilder.empty()Get empty instance of WithdrawnRoutes.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.unreach.mp.unreach.nlri that return types with arguments of type WithdrawnRoutesModifier and TypeMethodDescriptiondefault Class<WithdrawnRoutes>WithdrawnRoutes.implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.unreach.mp.unreach.nlri with parameters of type WithdrawnRoutesModifier and TypeMethodDescriptionstatic booleanWithdrawnRoutes.bindingEquals(@NonNull WithdrawnRoutes thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intWithdrawnRoutes.bindingHashCode(@NonNull WithdrawnRoutes obj) Default implementation ofObject.hashCode()contract for this interface.static StringWithdrawnRoutes.bindingToString(@NonNull WithdrawnRoutes 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.unreach.mp.unreach.nlri with type arguments of type WithdrawnRoutesModifier and TypeMethodDescriptionWithdrawnRoutesBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<WithdrawnRoutes> augmentation) Add an augmentation to this builder's product.WithdrawnRoutesBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<WithdrawnRoutes>> 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.unreach.mp.unreach.nlri with parameters of type WithdrawnRoutesModifierConstructorDescriptionConstruct a builder initialized with state from specifiedWithdrawnRoutes.