Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.Update
Packages that use Update
Package
Description
-
Uses of Update 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 with type parameters of type UpdateModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Update>>
E$$UpdateBuilder.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 that return UpdateMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120 that return types with arguments of type UpdateMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120 with parameters of type UpdateModifier and TypeMethodDescriptionstatic booleanUpdate.bindingEquals(@NonNull Update thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intUpdate.bindingHashCode(@NonNull Update obj) Default implementation ofObject.hashCode()contract for this interface.static StringUpdate.bindingToString(@NonNull Update obj) Default implementation ofObject.toString()contract for this interface.voidDeprecated.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120 with type arguments of type UpdateModifier and TypeMethodDescriptionUpdateBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Update> augmentation) Add an augmentation to this builder's product.UpdateBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Update>> 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 with parameters of type UpdateModifierConstructorDescriptionUpdateBuilder(Update base) Construct a builder initialized with state from specifiedUpdate.