public class GeneralResourceQuota extends AbstractModel
Constructor and Description |
---|
GeneralResourceQuota() |
GeneralResourceQuota(GeneralResourceQuota 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 |
getResourceName()
Get 资源名称。
|
Long |
getResourceQuotaAvailable()
Get 资源当前可用数量。
|
Long |
getResourceQuotaTotal()
Get 资源总数量。
|
void |
setResourceName(String ResourceName)
Set 资源名称。
|
void |
setResourceQuotaAvailable(Long ResourceQuotaAvailable)
Set 资源当前可用数量。
|
void |
setResourceQuotaTotal(Long ResourceQuotaTotal)
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 GeneralResourceQuota()
public GeneralResourceQuota(GeneralResourceQuota source)
public String getResourceName()
public void setResourceName(String ResourceName)
ResourceName
- 资源名称。public Long getResourceQuotaAvailable()
public void setResourceQuotaAvailable(Long ResourceQuotaAvailable)
ResourceQuotaAvailable
- 资源当前可用数量。public Long getResourceQuotaTotal()
public void setResourceQuotaTotal(Long ResourceQuotaTotal)
ResourceQuotaTotal
- 资源总数量。Copyright © 2022. All rights reserved.