Class AccountQuotaOverview
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cvm.v20170312.models.AccountQuotaOverview
-
public class AccountQuotaOverview extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AccountQuotaOverview()AccountQuotaOverview(AccountQuotaOverview 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 AccountQuotagetAccountQuota()Get 配额数据StringgetRegion()Get 地域voidsetAccountQuota(AccountQuota AccountQuota)Set 配额数据voidsetRegion(String Region)Set 地域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
-
AccountQuotaOverview
public AccountQuotaOverview()
-
AccountQuotaOverview
public AccountQuotaOverview(AccountQuotaOverview 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
-
getRegion
public String getRegion()
Get 地域- Returns:
- Region 地域
-
setRegion
public void setRegion(String Region)
Set 地域- Parameters:
Region- 地域
-
getAccountQuota
public AccountQuota getAccountQuota()
Get 配额数据- Returns:
- AccountQuota 配额数据
-
setAccountQuota
public void setAccountQuota(AccountQuota AccountQuota)
Set 配额数据- Parameters:
AccountQuota- 配额数据
-
-