Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes.aigp.AigpTlv
-
-
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 AigpTlv Modifier and Type Method Description AigpTlv
Aigp. getAigpTlv()
Return aigpTlv, ornull
if it is not present.AigpTlv
AigpBuilder. getAigpTlv()
Return current value associated with the property corresponding toAigp.getAigpTlv()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with parameters of type AigpTlv Modifier and Type Method Description AigpBuilder
AigpBuilder. 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 AigpTlv Modifier and Type Method Description <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 AigpTlv Modifier and Type Method Description @NonNull AigpTlv
AigpTlvBuilder. build()
A newAigpTlv
instance.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 AigpTlv Modifier and Type Method Description default Class<AigpTlv>
AigpTlv. implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes.aigp with parameters of type AigpTlv Modifier and Type Method Description static boolean
AigpTlv. bindingEquals(@NonNull AigpTlv thisObj, Object obj)
Default implementation ofObject.equals(Object)
contract for this interface.static int
AigpTlv. bindingHashCode(@NonNull AigpTlv obj)
Default implementation ofObject.hashCode()
contract for this interface.static String
AigpTlv. 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 AigpTlv Modifier and Type Method Description AigpTlvBuilder
AigpTlvBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<AigpTlv> augmentation)
Add an augmentation to this builder's product.AigpTlvBuilder
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 AigpTlv Constructor Description AigpTlvBuilder(AigpTlv base)
Construct a builder initialized with state from specifiedAigpTlv
.
-