com.supermap.data.license

类 QueryFormalLicenseResponse

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

  • 已过时。

    @Deprecated
    public class QueryFormalLicenseResponse
    extends java.lang.Object
    • 字段概要

      字段 
      限定符和类型 字段和说明
      boolean formal
      已过时。 
      是否有对应产品类型的正式许可,只要总数存在就是true
      int licenseCount
      已过时。 
      许可数量。
      LicenseInfo[] licenses
      已过时。 
      许可信息数组
    • 方法概要

      • 从类继承的方法 java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • formal

        public boolean formal
        已过时。 
        是否有对应产品类型的正式许可,只要总数存在就是true
      • licenses

        public LicenseInfo[] licenses
        已过时。 
        许可信息数组
      • licenseCount

        public int licenseCount
        已过时。 
        许可数量。每个账号下可能有多个许可
    • 构造器详细资料

      • QueryFormalLicenseResponse

        public QueryFormalLicenseResponse()
        已过时。