Class Quota
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ecdn.v20191012.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 Long
getAvailable()
Get 每日剩余的可提交配额。Long
getBatch()
Get 单次批量提交配额上限。Long
getTotal()
Get 每日提交配额上限。void
setAvailable(Long Available)
Set 每日剩余的可提交配额。void
setBatch(Long Batch)
Set 单次批量提交配额上限。void
setTotal(Long Total)
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
-
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
- 每日剩余的可提交配额。
-
-