Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.stat.Tlvs
Package
Description
-
Uses of Tlvs in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120
Modifier and TypeMethodDescriptionStat.getTlvs()
Return tlvs, ornull
if it is not present.StatsReportsMessageBuilder.getTlvs()
Return current value associated with the property corresponding toStat.getTlvs()
.@NonNull Tlvs
Stat.nonnullTlvs()
Return tlvs, or an empty instance if it is not present.Modifier and TypeMethodDescriptionSet the property corresponding toStat.getTlvs()
to the specified value. -
Uses of Tlvs in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.stat
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Tlvs>>
E$$TlvsBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull Tlvs
TlvsBuilder.build()
A newTlvs
instance.static @NonNull Tlvs
TlvsBuilder.empty()
Get empty instance of Tlvs.Modifier and TypeMethodDescriptionstatic boolean
Tlvs.bindingEquals
(@NonNull Tlvs thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Tlvs.bindingHashCode
(@NonNull Tlvs obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Tlvs.bindingToString
(@NonNull Tlvs obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionTlvsBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Tlvs> augmentation) Add an augmentation to this builder's product.TlvsBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Tlvs>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionTlvsBuilder
(Tlvs base) Construct a builder initialized with state from specifiedTlvs
.