public interface VendorInformationTlvs
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module pcep-types
grouping vendor-information-tlvs {
list vendor-information-tlv {
uses tlv;
uses vendor-information;
}
}
The schema path to identify an instance is
pcep-types/vendor-information-tlvs| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable List<VendorInformationTlv> |
getVendorInformationTlv()
VENDOR-INFORMATION-TLV
|
Class<? extends VendorInformationTlvs> |
implementedInterface() |
default @NonNull List<VendorInformationTlv> |
nonnullVendorInformationTlv() |
Class<? extends VendorInformationTlvs> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable List<VendorInformationTlv> getVendorInformationTlv()
java.util.List vendorInformationTlv, or null if not presentdefault @NonNull List<VendorInformationTlv> nonnullVendorInformationTlv()
java.util.List vendorInformationTlv, or an empty list if it is not presentCopyright © 2020 OpenDaylight. All rights reserved.