Class GetLicenseStatResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.trro.v20220325.models.GetLicenseStatResponse
-
public class GetLicenseStatResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetBound()Get 已绑定授权LonggetExpire()Get 过期授权StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。LonggetUnBound()Get 未绑定授权LonggetValid()Get 有效授权voidsetBound(Long Bound)Set 已绑定授权voidsetExpire(Long Expire)Set 过期授权voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetUnBound(Long UnBound)Set 未绑定授权voidsetValid(Long Valid)Set 有效授权voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
GetLicenseStatResponse
public GetLicenseStatResponse()
-
GetLicenseStatResponse
public 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.
-
-
Method Detail
-
getValid
public Long getValid()
Get 有效授权- Returns:
- Valid 有效授权
-
setValid
public void setValid(Long Valid)
Set 有效授权- Parameters:
Valid- 有效授权
-
getBound
public Long getBound()
Get 已绑定授权- Returns:
- Bound 已绑定授权
-
setBound
public void setBound(Long Bound)
Set 已绑定授权- Parameters:
Bound- 已绑定授权
-
getUnBound
public Long getUnBound()
Get 未绑定授权- Returns:
- UnBound 未绑定授权
-
setUnBound
public void setUnBound(Long UnBound)
Set 未绑定授权- Parameters:
UnBound- 未绑定授权
-
getExpire
public Long getExpire()
Get 过期授权- Returns:
- Expire 过期授权
-
setExpire
public void setExpire(Long Expire)
Set 过期授权- Parameters:
Expire- 过期授权
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-