public class DescribeOrganizationGroupOrganizationsResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeOrganizationGroupOrganizationsResponse() |
DescribeOrganizationGroupOrganizationsResponse(DescribeOrganizationGroupOrganizationsResponse 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 |
getActivatedTotal()
Get 已加入的子企业总数量
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getActivedTotal()
Deprecated.
|
String |
getExportUrl()
Get 如果入参Export为 true 时使用,表示导出Excel的url
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getJoinedTotal()
Get 已授权待激活的子企业总数量
注意:此字段可能返回 null,表示取不到有效值。
|
GroupOrganization[] |
getList()
Get 成员企业信息列表
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRequestId()
Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
Long |
getTotal()
Get 符合查询条件的资源实例总数量。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setActivatedTotal(Long ActivatedTotal)
Set 已加入的子企业总数量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setActivedTotal(Long ActivedTotal)
Deprecated.
|
void |
setExportUrl(String ExportUrl)
Set 如果入参Export为 true 时使用,表示导出Excel的url
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setJoinedTotal(Long JoinedTotal)
Set 已授权待激活的子企业总数量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setList(GroupOrganization[] List)
Set 成员企业信息列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
void |
setTotal(Long Total)
Set 符合查询条件的资源实例总数量。
注意:此字段可能返回 null,表示取不到有效值。
|
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 DescribeOrganizationGroupOrganizationsResponse()
public DescribeOrganizationGroupOrganizationsResponse(DescribeOrganizationGroupOrganizationsResponse source)
public Long getTotal()
public void setTotal(Long Total)
Total
- 符合查询条件的资源实例总数量。
注意:此字段可能返回 null,表示取不到有效值。public Long getJoinedTotal()
public void setJoinedTotal(Long JoinedTotal)
JoinedTotal
- 已授权待激活的子企业总数量
注意:此字段可能返回 null,表示取不到有效值。@Deprecated public Long getActivedTotal()
@Deprecated public void setActivedTotal(Long ActivedTotal)
ActivedTotal
- 已加入的企业数量(废弃,请使用ActivatedTotal)
注意:此字段可能返回 null,表示取不到有效值。public String getExportUrl()
public void setExportUrl(String ExportUrl)
ExportUrl
- 如果入参Export为 true 时使用,表示导出Excel的url
注意:此字段可能返回 null,表示取不到有效值。public GroupOrganization[] getList()
public void setList(GroupOrganization[] List)
List
- 成员企业信息列表
注意:此字段可能返回 null,表示取不到有效值。public Long getActivatedTotal()
public void setActivatedTotal(Long ActivatedTotal)
ActivatedTotal
- 已加入的子企业总数量
注意:此字段可能返回 null,表示取不到有效值。public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2024. All rights reserved.