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 licensesLicenseInfo[]
licenses
Deprecated.License information array
-
Constructor Summary
Constructors Constructor and Description QueryFormalLicenseResponse()
Deprecated.
-
-
-
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
-
-