Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.update.message.WithdrawnRoutes
Packages that use WithdrawnRoutes
Package
Description
-
Uses of WithdrawnRoutes in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120 that return types with arguments of type WithdrawnRoutesModifier and TypeMethodDescriptionUpdateBuilder.getWithdrawnRoutes()Return current value associated with the property corresponding toUpdateMessage.getWithdrawnRoutes().@Nullable List<WithdrawnRoutes>UpdateMessage.getWithdrawnRoutes()Return withdrawnRoutes, ornullif it is not present.default @NonNull List<WithdrawnRoutes>UpdateMessage.nonnullWithdrawnRoutes()Return withdrawnRoutes, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120 with type arguments of type WithdrawnRoutesModifier and TypeMethodDescriptionUpdateBuilder.setWithdrawnRoutes(List<WithdrawnRoutes> values) Set the property corresponding toUpdateMessage.getWithdrawnRoutes()to the specified value. -
Uses of WithdrawnRoutes in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.update.message
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.update.message 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.message.rev200120.update.message that return WithdrawnRoutesModifier and TypeMethodDescription@NonNull WithdrawnRoutesWithdrawnRoutesBuilder.build()A newWithdrawnRoutesinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.update.message 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.message.rev200120.update.message 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.message.rev200120.update.message 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.message.rev200120.update.message with parameters of type WithdrawnRoutesModifierConstructorDescriptionConstruct a builder initialized with state from specifiedWithdrawnRoutes.