Interface VendorInformation

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    VendorInformationObject, VendorInformationTlv

    @Generated("mdsal-binding-generator")
    public interface VendorInformation
    extends org.opendaylight.yangtools.yang.binding.DataObject
    VENDOR-INFORMATION format

    This class represents the following YANG schema fragment defined in module pcep-types

     grouping vendor-information {
       leaf enterprise-number {
         type iana:enterprise-number;
       }
       choice enterprise-specific-information;
     }
     
    The schema path to identify an instance is pcep-types/vendor-information
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        EnterpriseNumber getEnterpriseNumber()
        Return enterpriseNumber, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.iana.rev130816.EnterpriseNumber enterpriseNumber, or null if it is not present.
      • getEnterpriseSpecificInformation

        EnterpriseSpecificInformation getEnterpriseSpecificInformation()
        Return enterpriseSpecificInformation, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.vendor.information.EnterpriseSpecificInformation enterpriseSpecificInformation, or null if it is not present.