All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
All Known Subinterfaces:
Tlvs, Tlvs, Tlvs, Tlvs, Tlvs, Tlvs, Tlvs, Tlvs, Tlvs, Tlvs, Tlvs, Tlvs

@Generated("mdsal-binding-generator") 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;
   }
 }
 
  • Field Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
  • Method Details

    • implementedInterface

      Class<? extends VendorInformationTlvs> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
    • getVendorInformationTlv

      @Nullable List<VendorInformationTlv> getVendorInformationTlv()
      Return vendorInformationTlv, or null if it is not present.
           
               VENDOR-INFORMATION-TLV
           
       
      Returns:
      List<VendorInformationTlv> vendorInformationTlv, or null if it is not present.
    • nonnullVendorInformationTlv

      default @NonNull List<VendorInformationTlv> 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.