Interface StringInformations
- 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:
Information,InitiationTlvs,TerminationTlvs,Tlvs,Tlvs
@Generated("mdsal-binding-generator")
public interface StringInformations
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module bmp-message
grouping string-informations {
list string-information {
uses string-tlv;
}
}
-
Method Summary
Modifier and TypeMethodDescription@Nullable List<StringInformation> Return stringInformation, ornullif it is not present.default @NonNull List<StringInformation> Return stringInformation, or an empty list if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getStringInformation
@Nullable List<StringInformation> getStringInformation()Return stringInformation, ornullif it is not present.- Returns:
List<StringInformation>stringInformation, ornullif it is not present.
-
nonnullStringInformation
Return stringInformation, or an empty list if it is not present.- Returns:
List<StringInformation>stringInformation, or an empty list if it is not present.
-