public class QuotaResource extends AbstractModel
Constructor and Description |
---|
QuotaResource() |
QuotaResource(QuotaResource 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 |
---|---|
String |
getExtraInfo()
Get 额外信息,可能为空
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getHardLimit()
Get 总额度
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getRemaining()
Get 剩余额度
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getResourceType()
Get 资源类型,1生成包、2服务部署、3别名、4游戏服务器队列、5实例
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setExtraInfo(String ExtraInfo)
Set 额外信息,可能为空
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setHardLimit(Long HardLimit)
Set 总额度
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRemaining(Long Remaining)
Set 剩余额度
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setResourceType(Long ResourceType)
Set 资源类型,1生成包、2服务部署、3别名、4游戏服务器队列、5实例
注意:此字段可能返回 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 QuotaResource()
public QuotaResource(QuotaResource source)
public Long getResourceType()
public void setResourceType(Long ResourceType)
ResourceType
- 资源类型,1生成包、2服务部署、3别名、4游戏服务器队列、5实例
注意:此字段可能返回 null,表示取不到有效值。public Long getHardLimit()
public void setHardLimit(Long HardLimit)
HardLimit
- 总额度
注意:此字段可能返回 null,表示取不到有效值。public Long getRemaining()
public void setRemaining(Long Remaining)
Remaining
- 剩余额度
注意:此字段可能返回 null,表示取不到有效值。public String getExtraInfo()
public void setExtraInfo(String ExtraInfo)
ExtraInfo
- 额外信息,可能为空
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.