public class GeneralResourceQuotaSet extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| GeneralResourceQuotaSet() | 
| GeneralResourceQuotaSet(GeneralResourceQuotaSet 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 资源名称
取值为:
- COMMAND:命令
- REGISTER_CODE:托管实例注册码 | 
| Long | getResourceQuotaTotal()Get 总额度 | 
| Long | getResourceQuotaUsed()Get 已使用额度 | 
| void | setResourceName(String ResourceName)Set 资源名称
取值为:
- COMMAND:命令
- REGISTER_CODE:托管实例注册码 | 
| void | setResourceQuotaTotal(Long ResourceQuotaTotal)Set 总额度 | 
| void | setResourceQuotaUsed(Long ResourceQuotaUsed)Set 已使用额度 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic GeneralResourceQuotaSet()
public GeneralResourceQuotaSet(GeneralResourceQuotaSet source)
public String getResourceName()
public void setResourceName(String ResourceName)
ResourceName - 资源名称
取值为:
- COMMAND:命令
- REGISTER_CODE:托管实例注册码public Long getResourceQuotaUsed()
public void setResourceQuotaUsed(Long ResourceQuotaUsed)
ResourceQuotaUsed - 已使用额度public Long getResourceQuotaTotal()
public void setResourceQuotaTotal(Long ResourceQuotaTotal)
ResourceQuotaTotal - 总额度Copyright © 2025. All rights reserved.