public class License extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
License()  | 
License(License source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Long | 
getCount()
Get The number of licenses of this type. 
 | 
String | 
getDuration()
Get Service duration: s. 
 | 
String | 
getExpireTime()
Get Expiration timestamp: s. 
 | 
String[] | 
getLicenseIds()
Get The list of license ids of this type. 
 | 
Long | 
getRemainDay()
Get Remaining days: days. 
 | 
Long | 
getStatus()
Get License status. 
 | 
void | 
setCount(Long Count)
Set The number of licenses of this type. 
 | 
void | 
setDuration(String Duration)
Set Service duration: s. 
 | 
void | 
setExpireTime(String ExpireTime)
Set Expiration timestamp: s. 
 | 
void | 
setLicenseIds(String[] LicenseIds)
Set The list of license ids of this type. 
 | 
void | 
setRemainDay(Long RemainDay)
Set Remaining days: days. 
 | 
void | 
setStatus(Long Status)
Set License status. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic License()
public License(License source)
public Long getCount()
public void setCount(Long Count)
Count - The number of licenses of this type.public Long getStatus()
public void setStatus(Long Status)
Status - License status. 0: unbound; 1: bound; 2: service suspension; 3: refund.public String getExpireTime()
public void setExpireTime(String ExpireTime)
ExpireTime - Expiration timestamp: s.public String getDuration()
public void setDuration(String Duration)
Duration - Service duration: s.public Long getRemainDay()
public void setRemainDay(Long RemainDay)
RemainDay - Remaining days: days.public String[] getLicenseIds()
public void setLicenseIds(String[] LicenseIds)
LicenseIds - The list of license ids of this type.Copyright © 2025. All rights reserved.