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 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public 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 © 2022. All rights reserved.