Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes.Aigp
Packages that use Aigp
Package
Description
-
Uses of Aigp 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 that return AigpModifier and TypeMethodDescriptionAttributes.getAigp()Return aigp, ornullif it is not present.AttributesBuilder.getAigp()Return current value associated with the property corresponding toAttributes.getAigp().@NonNull AigpAttributes.nonnullAigp()Return aigp, 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.path.attributes with parameters of type AigpModifier and TypeMethodDescriptionSet the property corresponding toAttributes.getAigp()to the specified value. -
Uses of Aigp in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with type parameters of type AigpModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Aigp>>
E$$AigpBuilder.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.attributes that return AigpModifier and TypeMethodDescription@NonNull AigpAigpBuilder.build()A newAigpinstance.static @NonNull AigpAigpBuilder.empty()Get empty instance of Aigp.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes that return types with arguments of type AigpMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with parameters of type AigpModifier and TypeMethodDescriptionstatic booleanAigp.bindingEquals(@NonNull Aigp thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intAigp.bindingHashCode(@NonNull Aigp obj) Default implementation ofObject.hashCode()contract for this interface.static StringAigp.bindingToString(@NonNull Aigp 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.attributes with type arguments of type AigpModifier and TypeMethodDescriptionAigpBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Aigp> augmentation) Add an augmentation to this builder's product.AigpBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Aigp>> 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.attributes with parameters of type AigpModifierConstructorDescriptionAigpBuilder(Aigp base) Construct a builder initialized with state from specifiedAigp.