Class PrePaidQuota
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cvm.v20170312.models.PrePaidQuota
-
public class PrePaidQuota extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description PrePaidQuota()PrePaidQuota(PrePaidQuota 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 LonggetOnceQuota()Get 单次购买最大数量LonggetRemainingQuota()Get 剩余配额LonggetTotalQuota()Get 总配额LonggetUsedQuota()Get 当月已使用配额StringgetZone()Get 可用区voidsetOnceQuota(Long OnceQuota)Set 单次购买最大数量voidsetRemainingQuota(Long RemainingQuota)Set 剩余配额voidsetTotalQuota(Long TotalQuota)Set 总配额voidsetUsedQuota(Long UsedQuota)Set 当月已使用配额voidsetZone(String Zone)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
-
PrePaidQuota
public PrePaidQuota()
-
PrePaidQuota
public PrePaidQuota(PrePaidQuota 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
-
getUsedQuota
public Long getUsedQuota()
Get 当月已使用配额- Returns:
- UsedQuota 当月已使用配额
-
setUsedQuota
public void setUsedQuota(Long UsedQuota)
Set 当月已使用配额- Parameters:
UsedQuota- 当月已使用配额
-
getOnceQuota
public Long getOnceQuota()
Get 单次购买最大数量- Returns:
- OnceQuota 单次购买最大数量
-
setOnceQuota
public void setOnceQuota(Long OnceQuota)
Set 单次购买最大数量- Parameters:
OnceQuota- 单次购买最大数量
-
getRemainingQuota
public Long getRemainingQuota()
Get 剩余配额- Returns:
- RemainingQuota 剩余配额
-
setRemainingQuota
public void setRemainingQuota(Long RemainingQuota)
Set 剩余配额- Parameters:
RemainingQuota- 剩余配额
-
getTotalQuota
public Long getTotalQuota()
Get 总配额- Returns:
- TotalQuota 总配额
-
setTotalQuota
public void setTotalQuota(Long TotalQuota)
Set 总配额- Parameters:
TotalQuota- 总配额
-
getZone
public String getZone()
Get 可用区- Returns:
- Zone 可用区
-
setZone
public void setZone(String Zone)
Set 可用区- Parameters:
Zone- 可用区
-
-