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 | 
|---|---|
Long | 
getQuotaCurrent()
Get Currently used quantity. 
 | 
String | 
getQuotaId()
Get Quota name. 
 | 
Long | 
getQuotaLimit()
Get Quota limit. 
 | 
void | 
setQuotaCurrent(Long QuotaCurrent)
Set Currently used quantity. 
 | 
void | 
setQuotaId(String QuotaId)
Set Quota name. 
 | 
void | 
setQuotaLimit(Long QuotaLimit)
Set Quota limit. 
 | 
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 String getQuotaId()
public void setQuotaId(String QuotaId)
QuotaId - Quota name. Valid values:
public Long getQuotaCurrent()
public void setQuotaCurrent(Long QuotaCurrent)
QuotaCurrent - Currently used quantity. If it is `null`, it is meaningless.
Note: this field may return null, indicating that no valid values can be obtained.public Long getQuotaLimit()
public void setQuotaLimit(Long QuotaLimit)
QuotaLimit - Quota limit.Copyright © 2025. All rights reserved.