Interface VendorInformationTlvs
- 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
@Generated("mdsal-binding-generator")
public interface VendorInformationTlvs
extends org.opendaylight.yangtools.binding.Grouping
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;
}
}
-
Method Summary
Modifier and TypeMethodDescription@Nullable List<VendorInformationTlv> Return vendorInformationTlv, ornullif it is not present.default @NonNull List<VendorInformationTlv> Return vendorInformationTlv, or an empty list if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getVendorInformationTlv
@Nullable List<VendorInformationTlv> getVendorInformationTlv()Return vendorInformationTlv, ornullif it is not present.VENDOR-INFORMATION-TLV- Returns:
List<VendorInformationTlv>vendorInformationTlv, ornullif it is not present.
-
nonnullVendorInformationTlv
Return vendorInformationTlv, or an empty list if it is not present.- Returns:
List<VendorInformationTlv>vendorInformationTlv, or an empty list if it is not present.
-