Interface StringTlv
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>
,org.opendaylight.yangtools.binding.BindingObject
,org.opendaylight.yangtools.binding.DataContainer
,org.opendaylight.yangtools.binding.Grouping
- All Known Subinterfaces:
StringInformation
@Generated("mdsal-binding-generator")
public interface StringTlv
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module bmp-message
grouping string-tlv { container string-tlv { uses tlv; leaf string-info { type string; } } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn stringTlv, ornull
if it is not present.@NonNull StringTlv
Return stringTlv, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getStringTlv
StringTlv getStringTlv()Return stringTlv, ornull
if it is not present.Type = 0: String. The Information field contains a free-form UTF-8 string whose length is given by the Information Length field. Inclusion of this TLV is optional. Multiple String TLVs MAY be included in the message.
- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.string.tlv.StringTlv
stringTlv, ornull
if it is not present.
-
nonnullStringTlv
@NonNull StringTlv nonnullStringTlv()Return stringTlv, or an empty instance if it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.string.tlv.StringTlv
stringTlv, or an empty instance if it is not present.
-