com.supermap.data.license

Class QueryFormalLicenseResponse

  • java.lang.Object
    • com.supermap.data.license.QueryFormalLicenseResponse

  • Deprecated.

    @Deprecated
    public class QueryFormalLicenseResponse
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      boolean formal
      Deprecated. 
      Whether there are official licenses corresponding with products.
      int licenseCount
      Deprecated. 
      The number of licenses Each account can have multiple licenses
      LicenseInfo[] licenses
      Deprecated. 
      License information array
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • formal

        public boolean formal
        Deprecated. 
        Whether there are official licenses corresponding with products.
      • licenses

        public LicenseInfo[] licenses
        Deprecated. 
        License information array
      • licenseCount

        public int licenseCount
        Deprecated. 
        The number of licenses Each account can have multiple licenses
    • Constructor Detail

      • QueryFormalLicenseResponse

        public QueryFormalLicenseResponse()
        Deprecated.