public class GetLicenseStatResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
GetLicenseStatResponse() |
GetLicenseStatResponse(GetLicenseStatResponse 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 |
getBound()
Get 已绑定授权
|
Long |
getExpire()
Get 过期授权
|
Long |
getMonthlyExpire()
Get 当月用量超时授权个数
|
String |
getRequestId()
Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
Long |
getUnBound()
Get 未绑定授权
|
Long |
getValid()
Get 有效授权
|
void |
setBound(Long Bound)
Set 已绑定授权
|
void |
setExpire(Long Expire)
Set 过期授权
|
void |
setMonthlyExpire(Long MonthlyExpire)
Set 当月用量超时授权个数
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
void |
setUnBound(Long UnBound)
Set 未绑定授权
|
void |
setValid(Long Valid)
Set 有效授权
|
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, toJsonString
public GetLicenseStatResponse()
public GetLicenseStatResponse(GetLicenseStatResponse source)
public Long getValid()
public void setValid(Long Valid)
Valid
- 有效授权public Long getBound()
public void setBound(Long Bound)
Bound
- 已绑定授权public Long getUnBound()
public void setUnBound(Long UnBound)
UnBound
- 未绑定授权public Long getExpire()
public void setExpire(Long Expire)
Expire
- 过期授权public Long getMonthlyExpire()
public void setMonthlyExpire(Long MonthlyExpire)
MonthlyExpire
- 当月用量超时授权个数public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2024. All rights reserved.