Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.update.message.Nlri
Packages that use Nlri
Package
Description
-
Uses of Nlri 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 NlriModifier and TypeMethodDescriptionUpdateBuilder.getNlri()Return current value associated with the property corresponding toUpdateMessage.getNlri().UpdateMessage.getNlri()Return nlri, ornullif it is not present.UpdateMessage.nonnullNlri()Return nlri, 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 NlriModifier and TypeMethodDescriptionSet the property corresponding toUpdateMessage.getNlri()to the specified value. -
Uses of Nlri 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 NlriModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Nlri>>
E$$NlriBuilder.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 NlriMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.update.message that return types with arguments of type NlriMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.update.message with parameters of type NlriModifier and TypeMethodDescriptionstatic booleanNlri.bindingEquals(@NonNull Nlri thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intNlri.bindingHashCode(@NonNull Nlri obj) Default implementation ofObject.hashCode()contract for this interface.static StringNlri.bindingToString(@NonNull Nlri 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 NlriModifier and TypeMethodDescriptionNlriBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Nlri> augmentation) Add an augmentation to this builder's product.NlriBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Nlri>> 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 NlriModifierConstructorDescriptionNlriBuilder(Nlri base) Construct a builder initialized with state from specifiedNlri.