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 Resource name.
|
Long |
getResourceQuotaAvailable()
Get Number of available resources.
|
Long |
getResourceQuotaTotal()
Get Total number of resources.
|
void |
setResourceName(String ResourceName)
Set Resource name.
|
void |
setResourceQuotaAvailable(Long ResourceQuotaAvailable)
Set Number of available resources.
|
void |
setResourceQuotaTotal(Long ResourceQuotaTotal)
Set Total number of resources.
|
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
- Resource name.public Long getResourceQuotaAvailable()
public void setResourceQuotaAvailable(Long ResourceQuotaAvailable)
ResourceQuotaAvailable
- Number of available resources.public Long getResourceQuotaTotal()
public void setResourceQuotaTotal(Long ResourceQuotaTotal)
ResourceQuotaTotal
- Total number of resources.Copyright © 2023. All rights reserved.