Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes.aigp.AigpTlv
Packages that use AigpTlv
Package
Description
-
Uses of AigpTlv 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 that return AigpTlvModifier and TypeMethodDescriptionAigp.getAigpTlv()Return aigpTlv, ornullif it is not present.AigpBuilder.getAigpTlv()Return current value associated with the property corresponding toAigp.getAigpTlv().@NonNull AigpTlvAigp.nonnullAigpTlv()Return aigpTlv, 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.attributes with parameters of type AigpTlvModifier and TypeMethodDescriptionAigpBuilder.setAigpTlv(AigpTlv value) Set the property corresponding toAigp.getAigpTlv()to the specified value. -
Uses of AigpTlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes.aigp
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes.aigp with type parameters of type AigpTlvModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<AigpTlv>>
E$$AigpTlvBuilder.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.aigp that return AigpTlvModifier and TypeMethodDescription@NonNull AigpTlvAigpTlvBuilder.build()A newAigpTlvinstance.static @NonNull AigpTlvAigpTlvBuilder.empty()Get empty instance of AigpTlv.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes.aigp that return types with arguments of type AigpTlvMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes.aigp with parameters of type AigpTlvModifier and TypeMethodDescriptionstatic booleanAigpTlv.bindingEquals(@NonNull AigpTlv thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intAigpTlv.bindingHashCode(@NonNull AigpTlv obj) Default implementation ofObject.hashCode()contract for this interface.static StringAigpTlv.bindingToString(@NonNull AigpTlv 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.aigp with type arguments of type AigpTlvModifier and TypeMethodDescriptionAigpTlvBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<AigpTlv> augmentation) Add an augmentation to this builder's product.AigpTlvBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<AigpTlv>> 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.aigp with parameters of type AigpTlvModifierConstructorDescriptionAigpTlvBuilder(AigpTlv base) Construct a builder initialized with state from specifiedAigpTlv.