public class QuotaEntity extends AbstractModel
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 剩余配额
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTotalQuota()
Get 总配额
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getUsedQuota()
Get 已使用配额
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getZone()
Get 可用区
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRemainingQuota(Long RemainingQuota)
Set 剩余配额
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTotalQuota(Long TotalQuota)
Set 总配额
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUsedQuota(Long UsedQuota)
Set 已使用配额
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setZone(String Zone)
Set 可用区
注意:此字段可能返回 null,表示取不到有效值。
|
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 QuotaEntity()
public QuotaEntity(QuotaEntity source)
public Long getUsedQuota()
public void setUsedQuota(Long UsedQuota)
UsedQuota
- 已使用配额
注意:此字段可能返回 null,表示取不到有效值。public Long getRemainingQuota()
public void setRemainingQuota(Long RemainingQuota)
RemainingQuota
- 剩余配额
注意:此字段可能返回 null,表示取不到有效值。public Long getTotalQuota()
public void setTotalQuota(Long TotalQuota)
TotalQuota
- 总配额
注意:此字段可能返回 null,表示取不到有效值。public String getZone()
public void setZone(String Zone)
Zone
- 可用区
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.