Class Quota
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdn.v20180606.models.Quota
-
public class Quota extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetArea()Get 配额的区域。LonggetAvailable()Get 每日剩余的可提交配额。LonggetBatch()Get 单次批量提交配额上限。LonggetTotal()Get 每日提交配额上限。voidsetArea(String Area)Set 配额的区域。voidsetAvailable(Long Available)Set 每日剩余的可提交配额。voidsetBatch(Long Batch)Set 单次批量提交配额上限。voidsetTotal(Long Total)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
-
Quota
public Quota()
-
Quota
public Quota(Quota 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
-
getBatch
public Long getBatch()
Get 单次批量提交配额上限。- Returns:
- Batch 单次批量提交配额上限。
-
setBatch
public void setBatch(Long Batch)
Set 单次批量提交配额上限。- Parameters:
Batch- 单次批量提交配额上限。
-
getTotal
public Long getTotal()
Get 每日提交配额上限。- Returns:
- Total 每日提交配额上限。
-
setTotal
public void setTotal(Long Total)
Set 每日提交配额上限。- Parameters:
Total- 每日提交配额上限。
-
getAvailable
public Long getAvailable()
Get 每日剩余的可提交配额。- Returns:
- Available 每日剩余的可提交配额。
-
setAvailable
public void setAvailable(Long Available)
Set 每日剩余的可提交配额。- Parameters:
Available- 每日剩余的可提交配额。
-
getArea
public String getArea()
Get 配额的区域。- Returns:
- Area 配额的区域。
-
setArea
public void setArea(String Area)
Set 配额的区域。- Parameters:
Area- 配额的区域。
-
-