public class CorpQuota extends AbstractModel
header, skipSign
Constructor and Description |
---|
CorpQuota() |
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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getCorpId()
Get 企业ID
|
String |
getCorpName()
Get 企业名称
|
Quota |
getQuota()
Get 额度
|
UsageQuota |
getUsageQuota()
Get 额度使用量
|
void |
setCorpId(Long CorpId)
Set 企业ID
|
void |
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.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CorpQuota()
public CorpQuota(CorpQuota source)
public Long getCorpId()
public void setCorpId(Long CorpId)
CorpId
- 企业IDpublic String getCorpName()
public void setCorpName(String CorpName)
CorpName
- 企业名称public Quota getQuota()
public void setQuota(Quota Quota)
Quota
- 额度public UsageQuota getUsageQuota()
public void setUsageQuota(UsageQuota UsageQuota)
UsageQuota
- 额度使用量Copyright © 2024. All rights reserved.