public class Quota extends AbstractModel
| Constructor and Description | 
|---|
| Quota() | 
| 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 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 © 2021. All rights reserved.