public class ImageQuota extends AbstractModel
Constructor and Description |
---|
ImageQuota() |
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Long getUsedQuota()
public void setUsedQuota(Long UsedQuota)
UsedQuota
- 已使用配额public Long getTotalQuota()
public void setTotalQuota(Long TotalQuota)
TotalQuota
- 总配额Copyright © 2021. All rights reserved.