public class DescribeCorpResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeCorpResponse() |
DescribeCorpResponse(DescribeCorpResponse 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 |
getAvailableAppQuota()
Get 可用应用数量
|
String |
getCorpBizId()
Get 企业ID
|
String |
getFullName()
Get 企业全称
|
Boolean |
getIsSupportCustomModel()
Get 是否支持自定义模型配置
|
Boolean |
getIsTrial()
Get 是否试用
|
Boolean |
getIsTrialExpired()
Get 是否试用过期
|
String |
getRequestId()
Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
Long |
getRobotQuota()
Get 应用配额
|
void |
setAvailableAppQuota(Long AvailableAppQuota)
Set 可用应用数量
|
void |
setCorpBizId(String CorpBizId)
Set 企业ID
|
void |
setFullName(String FullName)
Set 企业全称
|
void |
setIsSupportCustomModel(Boolean IsSupportCustomModel)
Set 是否支持自定义模型配置
|
void |
setIsTrial(Boolean IsTrial)
Set 是否试用
|
void |
setIsTrialExpired(Boolean IsTrialExpired)
Set 是否试用过期
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
void |
setRobotQuota(Long RobotQuota)
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 DescribeCorpResponse()
public DescribeCorpResponse(DescribeCorpResponse source)
public String getCorpBizId()
public void setCorpBizId(String CorpBizId)
CorpBizId
- 企业IDpublic Long getRobotQuota()
public void setRobotQuota(Long RobotQuota)
RobotQuota
- 应用配额public String getFullName()
public void setFullName(String FullName)
FullName
- 企业全称public Boolean getIsTrial()
public void setIsTrial(Boolean IsTrial)
IsTrial
- 是否试用public Boolean getIsTrialExpired()
public void setIsTrialExpired(Boolean IsTrialExpired)
IsTrialExpired
- 是否试用过期public Long getAvailableAppQuota()
public void setAvailableAppQuota(Long AvailableAppQuota)
AvailableAppQuota
- 可用应用数量public Boolean getIsSupportCustomModel()
public void setIsSupportCustomModel(Boolean IsSupportCustomModel)
IsSupportCustomModel
- 是否支持自定义模型配置public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2025. All rights reserved.