public class GetUserQuotaInfoResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
GetUserQuotaInfoResponse() |
GetUserQuotaInfoResponse(GetUserQuotaInfoResponse 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 |
---|---|
String |
getCosQuotaUnit()
Get COS存储量单位,例如TB。
|
Float |
getCosRemainQuota()
Get 用户可用的COS存储量配额。
|
Long |
getCosTotalQuota()
Get 用户购买的COS存储量配额。
|
Long |
getCOSUnbindNum()
Get cos月解绑次数
|
Long |
getDbRemainQuota()
Get 用户可用的DB配额。
|
Long |
getDbTotalQuota()
Get 用户购买的DB配额。
|
Long |
getDBUnbindNum()
Get db月解绑次数
|
String |
getDspaId()
Get DSPA实例ID。
|
String |
getRequestId()
Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
void |
setCosQuotaUnit(String CosQuotaUnit)
Set COS存储量单位,例如TB。
|
void |
setCosRemainQuota(Float CosRemainQuota)
Set 用户可用的COS存储量配额。
|
void |
setCosTotalQuota(Long CosTotalQuota)
Set 用户购买的COS存储量配额。
|
void |
setCOSUnbindNum(Long COSUnbindNum)
Set cos月解绑次数
|
void |
setDbRemainQuota(Long DbRemainQuota)
Set 用户可用的DB配额。
|
void |
setDbTotalQuota(Long DbTotalQuota)
Set 用户购买的DB配额。
|
void |
setDBUnbindNum(Long DBUnbindNum)
Set db月解绑次数
|
void |
setDspaId(String DspaId)
Set DSPA实例ID。
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
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 GetUserQuotaInfoResponse()
public GetUserQuotaInfoResponse(GetUserQuotaInfoResponse source)
public String getDspaId()
public void setDspaId(String DspaId)
DspaId
- DSPA实例ID。public Long getDbTotalQuota()
public void setDbTotalQuota(Long DbTotalQuota)
DbTotalQuota
- 用户购买的DB配额。public Long getCosTotalQuota()
public void setCosTotalQuota(Long CosTotalQuota)
CosTotalQuota
- 用户购买的COS存储量配额。public Long getDbRemainQuota()
public void setDbRemainQuota(Long DbRemainQuota)
DbRemainQuota
- 用户可用的DB配额。public Float getCosRemainQuota()
public void setCosRemainQuota(Float CosRemainQuota)
CosRemainQuota
- 用户可用的COS存储量配额。public String getCosQuotaUnit()
public void setCosQuotaUnit(String CosQuotaUnit)
CosQuotaUnit
- COS存储量单位,例如TB。public Long getDBUnbindNum()
public void setDBUnbindNum(Long DBUnbindNum)
DBUnbindNum
- db月解绑次数public Long getCOSUnbindNum()
public void setCOSUnbindNum(Long COSUnbindNum)
COSUnbindNum
- cos月解绑次数public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2024. All rights reserved.