public class ImageQuota extends AbstractModel
header, skipSign
Constructor and Description |
---|
ImageQuota() |
ImageQuota(ImageQuota 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 |
getTotalQuota()
Get 总配额
|
Long |
getUsedQuota()
Get 已使用配额
|
void |
setTotalQuota(Long TotalQuota)
Set 总配额
|
void |
setUsedQuota(Long UsedQuota)
Set 已使用配额
|
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, toJsonString
public ImageQuota()
public ImageQuota(ImageQuota source)
public Long getUsedQuota()
public void setUsedQuota(Long UsedQuota)
UsedQuota
- 已使用配额public Long getTotalQuota()
public void setTotalQuota(Long TotalQuota)
TotalQuota
- 总配额Copyright © 2024. All rights reserved.