public class QuotaEntity extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| QuotaEntity() | 
| QuotaEntity(QuotaEntity 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 | getRemainingQuota()Get 剩余配额 | 
| Long | getTotalQuota()Get 总配额 | 
| Long | getUsedQuota()Get 已使用配额 | 
| String | getZone()Get 可用区 | 
| void | setRemainingQuota(Long RemainingQuota)Set 剩余配额 | 
| void | setTotalQuota(Long TotalQuota)Set 总配额 | 
| void | setUsedQuota(Long UsedQuota)Set 已使用配额 | 
| void | setZone(String Zone)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, toJsonStringpublic QuotaEntity()
public QuotaEntity(QuotaEntity source)
public Long getUsedQuota()
public void setUsedQuota(Long UsedQuota)
UsedQuota - 已使用配额public Long getRemainingQuota()
public void setRemainingQuota(Long RemainingQuota)
RemainingQuota - 剩余配额public Long getTotalQuota()
public void setTotalQuota(Long TotalQuota)
TotalQuota - 总配额public String getZone()
public void setZone(String Zone)
Zone - 可用区Copyright © 2025. All rights reserved.