public class DescribeLicenseGeneralResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeLicenseGeneralResponse() |
DescribeLicenseGeneralResponse(DescribeLicenseGeneralResponse 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 |
---|---|
Boolean |
getAutoOpenStatus()
Get Automatic upgrade enabling status.
|
Boolean |
getAutoRepurchaseRenewSwitch()
Get Is auto-renewal required for auto-purchase orders, true for ON, false for OFF
|
Boolean |
getAutoRepurchaseSwitch()
Get Auto-purchase switch, true for ON, false for OFF
|
Long |
getAvailableFlagshipVersionLicenseCnt()
Get Number of available Ultimate Edition authorizations
|
Long |
getAvailableLHLicenseCnt()
Get Number of available Inclusive Edition authorizations
|
Long |
getAvailableLicenseCnt()
Get Number of available authorizations
|
Long |
getAvailableProVersionLicenseCnt()
Get Number of available Professional Edition authorizations (including those in postpaid mode)
|
Long |
getCwpVersionLicenseCnt()
Get Total number of Inclusive Edition authorizations (those of valid orders)
|
Long |
getDestroyOrderNum()
Get Number of terminated orders
|
Long |
getExpireLicenseCnt()
Get Number of expired authorizations (excluding deleted ones)
|
Long |
getFlagshipVersionLicenseCnt()
Get Total number of Ultimate Edition authorizations (valid orders)
|
Boolean |
getIsOpenStatusHistory()
Get Whether automatic upgrade has been enabled before
|
Long |
getLicenseCnt()
Get Total number of authorizations (including those that are isolated, expired, and in other states)
|
Long |
getNearExpiryLicenseCnt()
Get Number of authorizations about to expire (no more than 15 days left)
|
Long |
getNotExpiredLicenseCnt()
Get Number of authorizations that have not expired
|
String |
getProtectType()
Get PROVERSION_POSTPAY: Pro Edition - postpaid; PROVERSION_PREPAY: Pro edition - prepaid; FLAGSHIP_PREPAY: Ultimate Edition - prepaid.
|
Long |
getProVersionLicenseCnt()
Get Total number of Pro Edition authorizations (valid orders)
|
Boolean |
getRepurchaseRenewSwitch()
Get Whether automatic renewal is enabled.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
Long |
getUsedLicenseCnt()
Get Number of used authorizations
|
void |
setAutoOpenStatus(Boolean AutoOpenStatus)
Set Automatic upgrade enabling status.
|
void |
setAutoRepurchaseRenewSwitch(Boolean AutoRepurchaseRenewSwitch)
Set Is auto-renewal required for auto-purchase orders, true for ON, false for OFF
|
void |
setAutoRepurchaseSwitch(Boolean AutoRepurchaseSwitch)
Set Auto-purchase switch, true for ON, false for OFF
|
void |
setAvailableFlagshipVersionLicenseCnt(Long AvailableFlagshipVersionLicenseCnt)
Set Number of available Ultimate Edition authorizations
|
void |
setAvailableLHLicenseCnt(Long AvailableLHLicenseCnt)
Set Number of available Inclusive Edition authorizations
|
void |
setAvailableLicenseCnt(Long AvailableLicenseCnt)
Set Number of available authorizations
|
void |
setAvailableProVersionLicenseCnt(Long AvailableProVersionLicenseCnt)
Set Number of available Professional Edition authorizations (including those in postpaid mode)
|
void |
setCwpVersionLicenseCnt(Long CwpVersionLicenseCnt)
Set Total number of Inclusive Edition authorizations (those of valid orders)
|
void |
setDestroyOrderNum(Long DestroyOrderNum)
Set Number of terminated orders
|
void |
setExpireLicenseCnt(Long ExpireLicenseCnt)
Set Number of expired authorizations (excluding deleted ones)
|
void |
setFlagshipVersionLicenseCnt(Long FlagshipVersionLicenseCnt)
Set Total number of Ultimate Edition authorizations (valid orders)
|
void |
setIsOpenStatusHistory(Boolean IsOpenStatusHistory)
Set Whether automatic upgrade has been enabled before
|
void |
setLicenseCnt(Long LicenseCnt)
Set Total number of authorizations (including those that are isolated, expired, and in other states)
|
void |
setNearExpiryLicenseCnt(Long NearExpiryLicenseCnt)
Set Number of authorizations about to expire (no more than 15 days left)
|
void |
setNotExpiredLicenseCnt(Long NotExpiredLicenseCnt)
Set Number of authorizations that have not expired
|
void |
setProtectType(String ProtectType)
Set PROVERSION_POSTPAY: Pro Edition - postpaid; PROVERSION_PREPAY: Pro edition - prepaid; FLAGSHIP_PREPAY: Ultimate Edition - prepaid.
|
void |
setProVersionLicenseCnt(Long ProVersionLicenseCnt)
Set Total number of Pro Edition authorizations (valid orders)
|
void |
setRepurchaseRenewSwitch(Boolean RepurchaseRenewSwitch)
Set Whether automatic renewal is enabled.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setUsedLicenseCnt(Long UsedLicenseCnt)
Set Number of used authorizations
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeLicenseGeneralResponse()
public DescribeLicenseGeneralResponse(DescribeLicenseGeneralResponse source)
public Long getLicenseCnt()
public void setLicenseCnt(Long LicenseCnt)
LicenseCnt
- Total number of authorizations (including those that are isolated, expired, and in other states)public Long getAvailableLicenseCnt()
public void setAvailableLicenseCnt(Long AvailableLicenseCnt)
AvailableLicenseCnt
- Number of available authorizationspublic Long getAvailableProVersionLicenseCnt()
public void setAvailableProVersionLicenseCnt(Long AvailableProVersionLicenseCnt)
AvailableProVersionLicenseCnt
- Number of available Professional Edition authorizations (including those in postpaid mode)public Long getAvailableFlagshipVersionLicenseCnt()
public void setAvailableFlagshipVersionLicenseCnt(Long AvailableFlagshipVersionLicenseCnt)
AvailableFlagshipVersionLicenseCnt
- Number of available Ultimate Edition authorizationspublic Long getNearExpiryLicenseCnt()
public void setNearExpiryLicenseCnt(Long NearExpiryLicenseCnt)
NearExpiryLicenseCnt
- Number of authorizations about to expire (no more than 15 days left)public Long getExpireLicenseCnt()
public void setExpireLicenseCnt(Long ExpireLicenseCnt)
ExpireLicenseCnt
- Number of expired authorizations (excluding deleted ones)public Boolean getAutoOpenStatus()
public void setAutoOpenStatus(Boolean AutoOpenStatus)
AutoOpenStatus
- Automatic upgrade enabling status. True: enabled; false: disabled. Default value: false.public String getProtectType()
public void setProtectType(String ProtectType)
ProtectType
- PROVERSION_POSTPAY: Pro Edition - postpaid; PROVERSION_PREPAY: Pro edition - prepaid; FLAGSHIP_PREPAY: Ultimate Edition - prepaid.public Boolean getIsOpenStatusHistory()
public void setIsOpenStatusHistory(Boolean IsOpenStatusHistory)
IsOpenStatusHistory
- Whether automatic upgrade has been enabled beforepublic Long getUsedLicenseCnt()
public void setUsedLicenseCnt(Long UsedLicenseCnt)
UsedLicenseCnt
- Number of used authorizationspublic Long getNotExpiredLicenseCnt()
public void setNotExpiredLicenseCnt(Long NotExpiredLicenseCnt)
NotExpiredLicenseCnt
- Number of authorizations that have not expiredpublic Long getFlagshipVersionLicenseCnt()
public void setFlagshipVersionLicenseCnt(Long FlagshipVersionLicenseCnt)
FlagshipVersionLicenseCnt
- Total number of Ultimate Edition authorizations (valid orders)public Long getProVersionLicenseCnt()
public void setProVersionLicenseCnt(Long ProVersionLicenseCnt)
ProVersionLicenseCnt
- Total number of Pro Edition authorizations (valid orders)public Long getCwpVersionLicenseCnt()
public void setCwpVersionLicenseCnt(Long CwpVersionLicenseCnt)
CwpVersionLicenseCnt
- Total number of Inclusive Edition authorizations (those of valid orders)public Long getAvailableLHLicenseCnt()
public void setAvailableLHLicenseCnt(Long AvailableLHLicenseCnt)
AvailableLHLicenseCnt
- Number of available Inclusive Edition authorizationspublic Boolean getAutoRepurchaseSwitch()
public void setAutoRepurchaseSwitch(Boolean AutoRepurchaseSwitch)
AutoRepurchaseSwitch
- Auto-purchase switch, true for ON, false for OFFpublic Boolean getAutoRepurchaseRenewSwitch()
public void setAutoRepurchaseRenewSwitch(Boolean AutoRepurchaseRenewSwitch)
AutoRepurchaseRenewSwitch
- Is auto-renewal required for auto-purchase orders, true for ON, false for OFFpublic Long getDestroyOrderNum()
public void setDestroyOrderNum(Long DestroyOrderNum)
DestroyOrderNum
- Number of terminated orderspublic Boolean getRepurchaseRenewSwitch()
public void setRepurchaseRenewSwitch(Boolean RepurchaseRenewSwitch)
RepurchaseRenewSwitch
- Whether automatic renewal is enabled. True: enabled; false: disabled.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2024. All rights reserved.