Class QuotaEntity
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.emr.v20190103.models.QuotaEntity
-
public class QuotaEntity extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetRemainingQuota()Get 剩余配额 注意:此字段可能返回 null,表示取不到有效值。LonggetTotalQuota()Get 总配额 注意:此字段可能返回 null,表示取不到有效值。LonggetUsedQuota()Get 已使用配额 注意:此字段可能返回 null,表示取不到有效值。StringgetZone()Get 可用区 注意:此字段可能返回 null,表示取不到有效值。voidsetRemainingQuota(Long RemainingQuota)Set 剩余配额 注意:此字段可能返回 null,表示取不到有效值。voidsetTotalQuota(Long TotalQuota)Set 总配额 注意:此字段可能返回 null,表示取不到有效值。voidsetUsedQuota(Long UsedQuota)Set 已使用配额 注意:此字段可能返回 null,表示取不到有效值。voidsetZone(String Zone)Set 可用区 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
QuotaEntity
public QuotaEntity()
-
QuotaEntity
public 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.
-
-
Method Detail
-
getUsedQuota
public Long getUsedQuota()
Get 已使用配额 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- UsedQuota 已使用配额 注意:此字段可能返回 null,表示取不到有效值。
-
setUsedQuota
public void setUsedQuota(Long UsedQuota)
Set 已使用配额 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
UsedQuota- 已使用配额 注意:此字段可能返回 null,表示取不到有效值。
-
getRemainingQuota
public Long getRemainingQuota()
Get 剩余配额 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- RemainingQuota 剩余配额 注意:此字段可能返回 null,表示取不到有效值。
-
setRemainingQuota
public void setRemainingQuota(Long RemainingQuota)
Set 剩余配额 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
RemainingQuota- 剩余配额 注意:此字段可能返回 null,表示取不到有效值。
-
getTotalQuota
public Long getTotalQuota()
Get 总配额 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TotalQuota 总配额 注意:此字段可能返回 null,表示取不到有效值。
-
setTotalQuota
public void setTotalQuota(Long TotalQuota)
Set 总配额 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TotalQuota- 总配额 注意:此字段可能返回 null,表示取不到有效值。
-
getZone
public String getZone()
Get 可用区 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Zone 可用区 注意:此字段可能返回 null,表示取不到有效值。
-
setZone
public void setZone(String Zone)
Set 可用区 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Zone- 可用区 注意:此字段可能返回 null,表示取不到有效值。
-
-