public class Quota extends AbstractModel
| 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 | 
|---|---|
| Long | getQuotaCurrent()Get Current count | 
| String | getQuotaId()Get Quota name. | 
| Long | getQuotaLimit()Get Quota | 
| void | setQuotaCurrent(Long QuotaCurrent)Set Current count | 
| void | setQuotaId(String QuotaId)Set Quota name. | 
| void | setQuotaLimit(Long QuotaLimit)Set Quota | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic Quota()
public Quota(Quota source)
public String getQuotaId()
public void setQuotaId(String QuotaId)
QuotaId - Quota name. Value range:public Long getQuotaCurrent()
public void setQuotaCurrent(Long QuotaCurrent)
QuotaCurrent - Current countpublic Long getQuotaLimit()
public void setQuotaLimit(Long QuotaLimit)
QuotaLimit - QuotaCopyright © 2022. All rights reserved.