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