Interface License

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

    @ProviderType
    public interface License
    extends java.util.Map<java.lang.String,​java.lang.String>
    This Interface defines...
    • 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>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getCustomerName()  
      java.lang.String getDownloadId()  
      java.lang.String getProductName()  
      java.lang.String getProductVersion()  
      • 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
        the property name of the download id
        See Also:
        Constant Field Values
      • LICENSE_CUSTOMER_NAME

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

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

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

      • getDownloadId

        java.lang.String getDownloadId()
      • getCustomerName

        java.lang.String getCustomerName()
      • getProductName

        java.lang.String getProductName()
      • getProductVersion

        java.lang.String getProductVersion()