Interface VendorInformationTlvs

  • All Superinterfaces:
    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;
       }
     }
     
    The schema path to identify an instance is pcep-typesvendor-information-tlvs
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        Class<? extends VendorInformationTlvs> implementedInterface()
        Specified by:
        implementedInterface in interface 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.