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