Class ImageQuota
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cvm.v20170312.models.ImageQuota
-
public class ImageQuota extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ImageQuota()ImageQuota(ImageQuota 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 LonggetTotalQuota()Get 总配额LonggetUsedQuota()Get 已使用配额voidsetTotalQuota(Long TotalQuota)Set 总配额voidsetUsedQuota(Long UsedQuota)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
-
ImageQuota
public ImageQuota()
-
ImageQuota
public ImageQuota(ImageQuota 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- 已使用配额
-
getTotalQuota
public Long getTotalQuota()
Get 总配额- Returns:
- TotalQuota 总配额
-
setTotalQuota
public void setTotalQuota(Long TotalQuota)
Set 总配额- Parameters:
TotalQuota- 总配额
-
-