public class TldQuota extends AbstractModel
Constructor and Description |
---|
TldQuota() |
TldQuota(TldQuota 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 |
getQuota()
Get 用户限额
|
Long |
getStock()
Get 库存
|
Long |
getTotal()
Get 总共额度
|
Long |
getUsed()
Get 已使用额度
|
void |
setQuota(Long Quota)
Set 用户限额
|
void |
setStock(Long Stock)
Set 库存
|
void |
setTotal(Long Total)
Set 总共额度
|
void |
setUsed(Long Used)
Set 已使用额度
|
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 TldQuota()
public TldQuota(TldQuota source)
public Long getTotal()
public void setTotal(Long Total)
Total
- 总共额度public Long getUsed()
public void setUsed(Long Used)
Used
- 已使用额度public Long getStock()
public void setStock(Long Stock)
Stock
- 库存public Long getQuota()
public void setQuota(Long Quota)
Quota
- 用户限额Copyright © 2022. All rights reserved.