Class CorpQuota
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.trp.v20210515.models.CorpQuota
-
public class CorpQuota extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getCorpId()
Get 企业IDString
getCorpName()
Get 企业名称Quota
getQuota()
Get 额度UsageQuota
getUsageQuota()
Get 额度使用量void
setCorpId(Long CorpId)
Set 企业IDvoid
setCorpName(String CorpName)
Set 企业名称void
setQuota(Quota Quota)
Set 额度void
setUsageQuota(UsageQuota UsageQuota)
Set 额度使用量void
toMap(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
-
CorpQuota
public CorpQuota()
-
CorpQuota
public CorpQuota(CorpQuota 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
-
getCorpId
public Long getCorpId()
Get 企业ID- Returns:
- CorpId 企业ID
-
setCorpId
public void setCorpId(Long CorpId)
Set 企业ID- Parameters:
CorpId
- 企业ID
-
getCorpName
public String getCorpName()
Get 企业名称- Returns:
- CorpName 企业名称
-
setCorpName
public void setCorpName(String CorpName)
Set 企业名称- Parameters:
CorpName
- 企业名称
-
getQuota
public Quota getQuota()
Get 额度- Returns:
- Quota 额度
-
setQuota
public void setQuota(Quota Quota)
Set 额度- Parameters:
Quota
- 额度
-
getUsageQuota
public UsageQuota getUsageQuota()
Get 额度使用量- Returns:
- UsageQuota 额度使用量
-
setUsageQuota
public void setUsageQuota(UsageQuota UsageQuota)
Set 额度使用量- Parameters:
UsageQuota
- 额度使用量
-
-