com.supermap.data.license
Class CloudFormalLicense
- java.lang.Object
-
- com.supermap.data.license.CloudLicense
-
- com.supermap.data.license.CloudFormalLicense
-
- Direct Known Subclasses:
- CloudDevelopLicense, CloudEduLicense
public class CloudFormalLicense extends CloudLicense
-
-
Constructor Summary
Constructors Constructor and Description CloudFormalLicense()
CloudFormalLicense(CloudFormalLicense license)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description int
getDays()
The total number of days the purchase license was obtainedjava.lang.String
getId()
Get license IDjava.lang.String[]
getModules()
Gets the name of the module supported by the licenseint
getRemainDays()
Obtain permission to use remaining daysjava.lang.String
getUserTradeMark()
License watermarkingjava.lang.String
getVersion()
Get licensed versionboolean
isPermanent()
Whether it is a permanent license-
Methods inherited from class com.supermap.data.license.CloudLicense
getLicenseType, getReturnID
-
-
-
-
Constructor Detail
-
CloudFormalLicense
public CloudFormalLicense()
-
CloudFormalLicense
public CloudFormalLicense(CloudFormalLicense license)
-
-
Method Detail
-
getId
public java.lang.String getId()
Get license ID- Returns:
-
getDays
public int getDays()
The total number of days the purchase license was obtained- Returns:
-
getModules
public java.lang.String[] getModules()
Gets the name of the module supported by the license- Returns:
-
getVersion
public java.lang.String getVersion()
Get licensed version- Returns:
-
getRemainDays
public int getRemainDays()
Obtain permission to use remaining days- Returns:
-
isPermanent
public boolean isPermanent()
Whether it is a permanent license- Returns:
-
getUserTradeMark
public java.lang.String getUserTradeMark()
License watermarking- Returns:
-
-