Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.string.tlv.StringTlv
Packages that use StringTlv
Package
Description
-
Uses of StringTlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120 that return StringTlvModifier and TypeMethodDescriptionStringTlv.getStringTlv()
Return stringTlv, ornull
if it is not present.@NonNull StringTlv
StringTlv.nonnullStringTlv()
Return stringTlv, or an empty instance if it is not present. -
Uses of StringTlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.string.informations
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.string.informations that return StringTlvModifier and TypeMethodDescriptionStringInformationBuilder.getStringTlv()
Return current value associated with the property corresponding toStringTlv.getStringTlv()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.string.informations with parameters of type StringTlvModifier and TypeMethodDescriptionStringInformationBuilder.setStringTlv
(StringTlv value) Set the property corresponding toStringTlv.getStringTlv()
to the specified value. -
Uses of StringTlv in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.string.tlv
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.string.tlv with type parameters of type StringTlvModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<StringTlv>>
E$$StringTlvBuilder.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.bmp.message.rev200120.string.tlv that return StringTlvModifier and TypeMethodDescription@NonNull StringTlv
StringTlvBuilder.build()
A newStringTlv
instance.static @NonNull StringTlv
StringTlvBuilder.empty()
Get empty instance of StringTlv.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.string.tlv that return types with arguments of type StringTlvMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.string.tlv with parameters of type StringTlvModifier and TypeMethodDescriptionstatic boolean
StringTlv.bindingEquals
(@NonNull StringTlv thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
StringTlv.bindingHashCode
(@NonNull StringTlv obj) Default implementation ofObject.hashCode()
contract for this interface.static String
StringTlv.bindingToString
(@NonNull StringTlv obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.string.tlv with type arguments of type StringTlvModifier and TypeMethodDescriptionStringTlvBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<StringTlv> augmentation) Add an augmentation to this builder's product.StringTlvBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<StringTlv>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.string.tlv with parameters of type StringTlvModifierConstructorDescriptionStringTlvBuilder
(StringTlv base) Construct a builder initialized with state from specifiedStringTlv
.