public class Quota extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| Quota() | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getArea()Get 配额的区域。 | 
| Long | getAvailable()Get 每日剩余的可提交配额。 | 
| Long | getBatch()Get 单次批量提交配额上限。 | 
| Long | getTotal()Get 每日提交配额上限。 | 
| void | setArea(String Area)Set 配额的区域。 | 
| 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. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic Quota()
public Quota(Quota source)
public Long getBatch()
public void setBatch(Long Batch)
Batch - 单次批量提交配额上限。public Long getTotal()
public void setTotal(Long Total)
Total - 每日提交配额上限。public Long getAvailable()
public void setAvailable(Long Available)
Available - 每日剩余的可提交配额。public String getArea()
public void setArea(String Area)
Area - 配额的区域。Copyright © 2025. All rights reserved.