Interface License

  • All Superinterfaces:
    java.util.Map<java.lang.String,​java.lang.String>

    @Deprecated
    @ProviderType
    public interface License
    extends java.util.Map<java.lang.String,​java.lang.String>
    Deprecated.
    This interface is deprecated without a replacement
    This Interface defines the license information
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface java.util.Map

        java.util.Map.Entry<K extends java.lang.Object,​V extends java.lang.Object>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String LICENSE_CUSTOMER_NAME
      Deprecated.
      the property name of the customer name
      static java.lang.String LICENSE_DOWNLOAD_ID
      Deprecated.
      the property name of the download id
      static java.lang.String LICENSE_PRODUCT_NAME
      Deprecated.
      the property name of the product name
      static java.lang.String LICENSE_PRODUCT_VERSION
      Deprecated.
      the property name of the product version
    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String getCustomerName()
      Deprecated.
       
      java.lang.String getDownloadId()
      Deprecated.
       
      java.lang.String getProductName()
      Deprecated.
       
      java.lang.String getProductVersion()
      Deprecated.
       
      • Methods inherited from interface java.util.Map

        clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
    • Field Detail

      • LICENSE_DOWNLOAD_ID

        static final java.lang.String LICENSE_DOWNLOAD_ID
        Deprecated.
        the property name of the download id
        See Also:
        Constant Field Values
      • LICENSE_CUSTOMER_NAME

        static final java.lang.String LICENSE_CUSTOMER_NAME
        Deprecated.
        the property name of the customer name
        See Also:
        Constant Field Values
      • LICENSE_PRODUCT_NAME

        static final java.lang.String LICENSE_PRODUCT_NAME
        Deprecated.
        the property name of the product name
        See Also:
        Constant Field Values
      • LICENSE_PRODUCT_VERSION

        static final java.lang.String LICENSE_PRODUCT_VERSION
        Deprecated.
        the property name of the product version
        See Also:
        Constant Field Values
    • Method Detail

      • getDownloadId

        java.lang.String getDownloadId()
        Deprecated.
      • getCustomerName

        java.lang.String getCustomerName()
        Deprecated.
      • getProductName

        java.lang.String getProductName()
        Deprecated.
      • getProductVersion

        java.lang.String getProductVersion()
        Deprecated.