public class TldQuota extends AbstractModel
header, skipSign
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 User’s quota
|
Long |
getStock()
Get Available quota
|
Long |
getTotal()
Get Total quota
|
Long |
getUsed()
Get Used quota
|
void |
setQuota(Long Quota)
Set User’s quota
|
void |
setStock(Long Stock)
Set Available quota
|
void |
setTotal(Long Total)
Set Total quota
|
void |
setUsed(Long Used)
Set Used quota
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public TldQuota()
public TldQuota(TldQuota source)
public Long getTotal()
public void setTotal(Long Total)
Total
- Total quotapublic Long getUsed()
public void setUsed(Long Used)
Used
- Used quotapublic Long getStock()
public void setStock(Long Stock)
Stock
- Available quotapublic Long getQuota()
public void setQuota(Long Quota)
Quota
- User’s quotaCopyright © 2024. All rights reserved.