Interface VendorInformationObjects

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    P2p, Replies, Requests, Success, Svec

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

      • QNAME

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

      • implementedInterface

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

        @Nullable List<VendorInformationObject> getVendorInformationObject()
        Return vendorInformationObject, or null if it is not present.
             
                 VENDOR-INFORMATION-OBJECT
             
         
        Returns:
        List<VendorInformationObject> vendorInformationObject, or null if it is not present.
      • nonnullVendorInformationObject

        default @NonNull List<VendorInformationObject> nonnullVendorInformationObject()
        Return vendorInformationObject, or an empty list if it is not present.
        Returns:
        List<VendorInformationObject> vendorInformationObject, or an empty list if it is not present.