Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.Attributes
Packages that use Attributes
Package
Description
-
Uses of Attributes 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 AttributesModifier and TypeMethodDescriptionPathAttributes.getAttributes()Return attributes, ornullif it is not present.UpdateBuilder.getAttributes()Return current value associated with the property corresponding toPathAttributes.getAttributes().@NonNull AttributesPathAttributes.nonnullAttributes()Return attributes, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120 with parameters of type AttributesModifier and TypeMethodDescriptionUpdateBuilder.setAttributes(Attributes value) Set the property corresponding toPathAttributes.getAttributes()to the specified value. -
Uses of Attributes in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes with type parameters of type AttributesModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Attributes>>
E$$AttributesBuilder.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.path.attributes that return AttributesModifier and TypeMethodDescription@NonNull AttributesAttributesBuilder.build()A newAttributesinstance.static @NonNull AttributesAttributesBuilder.empty()Get empty instance of Attributes.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes that return types with arguments of type AttributesMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes with parameters of type AttributesModifier and TypeMethodDescriptionstatic booleanAttributes.bindingEquals(@NonNull Attributes thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intAttributes.bindingHashCode(@NonNull Attributes obj) Default implementation ofObject.hashCode()contract for this interface.static StringAttributes.bindingToString(@NonNull Attributes 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.path.attributes with type arguments of type AttributesModifier and TypeMethodDescriptionAttributesBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Attributes> augmentation) Add an augmentation to this builder's product.AttributesBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Attributes>> 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.path.attributes with parameters of type AttributesModifierConstructorDescriptionAttributesBuilder(Attributes base) Construct a builder initialized with state from specifiedAttributes.