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 Long
getOnceQuota()
Get 单次购买最大数量Long
getRemainingQuota()
Get 剩余配额Long
getTotalQuota()
Get 总配额Long
getUsedQuota()
Get 当月已使用配额String
getZone()
Get 可用区void
setOnceQuota(Long OnceQuota)
Set 单次购买最大数量void
setRemainingQuota(Long RemainingQuota)
Set 剩余配额void
setTotalQuota(Long TotalQuota)
Set 总配额void
setUsedQuota(Long UsedQuota)
Set 当月已使用配额void
setZone(String Zone)
Set 可用区void
toMap(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
- 可用区
-
-