Class DescribeOrganizationGroupOrganizationsResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ess.v20201111.models.DescribeOrganizationGroupOrganizationsResponse
-
public class DescribeOrganizationGroupOrganizationsResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description LonggetActivatedTotal()Get 已加入的子企业总数量 注意:此字段可能返回 null,表示取不到有效值。LonggetActivedTotal()Deprecated.StringgetExportUrl()Get 如果入参Export为 true 时使用,表示导出Excel的url 注意:此字段可能返回 null,表示取不到有效值。LonggetJoinedTotal()Get 已授权待激活的子企业总数量 注意:此字段可能返回 null,表示取不到有效值。GroupOrganization[]getList()Get 成员企业信息列表 注意:此字段可能返回 null,表示取不到有效值。StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。LonggetTotal()Get 符合查询条件的资源实例总数量。 注意:此字段可能返回 null,表示取不到有效值。voidsetActivatedTotal(Long ActivatedTotal)Set 已加入的子企业总数量 注意:此字段可能返回 null,表示取不到有效值。voidsetActivedTotal(Long ActivedTotal)Deprecated.voidsetExportUrl(String ExportUrl)Set 如果入参Export为 true 时使用,表示导出Excel的url 注意:此字段可能返回 null,表示取不到有效值。voidsetJoinedTotal(Long JoinedTotal)Set 已授权待激活的子企业总数量 注意:此字段可能返回 null,表示取不到有效值。voidsetList(GroupOrganization[] List)Set 成员企业信息列表 注意:此字段可能返回 null,表示取不到有效值。voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetTotal(Long Total)Set 符合查询条件的资源实例总数量。 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(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
-
DescribeOrganizationGroupOrganizationsResponse
public DescribeOrganizationGroupOrganizationsResponse()
-
DescribeOrganizationGroupOrganizationsResponse
public 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.
-
-
Method Detail
-
getTotal
public Long getTotal()
Get 符合查询条件的资源实例总数量。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Total 符合查询条件的资源实例总数量。 注意:此字段可能返回 null,表示取不到有效值。
-
setTotal
public void setTotal(Long Total)
Set 符合查询条件的资源实例总数量。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Total- 符合查询条件的资源实例总数量。 注意:此字段可能返回 null,表示取不到有效值。
-
getJoinedTotal
public Long getJoinedTotal()
Get 已授权待激活的子企业总数量 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- JoinedTotal 已授权待激活的子企业总数量 注意:此字段可能返回 null,表示取不到有效值。
-
setJoinedTotal
public void setJoinedTotal(Long JoinedTotal)
Set 已授权待激活的子企业总数量 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
JoinedTotal- 已授权待激活的子企业总数量 注意:此字段可能返回 null,表示取不到有效值。
-
getActivedTotal
@Deprecated public Long getActivedTotal()
Deprecated.Get 已加入的企业数量(废弃,请使用ActivatedTotal) 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ActivedTotal 已加入的企业数量(废弃,请使用ActivatedTotal) 注意:此字段可能返回 null,表示取不到有效值。
-
setActivedTotal
@Deprecated public void setActivedTotal(Long ActivedTotal)
Deprecated.Set 已加入的企业数量(废弃,请使用ActivatedTotal) 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ActivedTotal- 已加入的企业数量(废弃,请使用ActivatedTotal) 注意:此字段可能返回 null,表示取不到有效值。
-
getExportUrl
public String getExportUrl()
Get 如果入参Export为 true 时使用,表示导出Excel的url 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ExportUrl 如果入参Export为 true 时使用,表示导出Excel的url 注意:此字段可能返回 null,表示取不到有效值。
-
setExportUrl
public void setExportUrl(String ExportUrl)
Set 如果入参Export为 true 时使用,表示导出Excel的url 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ExportUrl- 如果入参Export为 true 时使用,表示导出Excel的url 注意:此字段可能返回 null,表示取不到有效值。
-
getList
public GroupOrganization[] getList()
Get 成员企业信息列表 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- List 成员企业信息列表 注意:此字段可能返回 null,表示取不到有效值。
-
setList
public void setList(GroupOrganization[] List)
Set 成员企业信息列表 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
List- 成员企业信息列表 注意:此字段可能返回 null,表示取不到有效值。
-
getActivatedTotal
public Long getActivatedTotal()
Get 已加入的子企业总数量 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ActivatedTotal 已加入的子企业总数量 注意:此字段可能返回 null,表示取不到有效值。
-
setActivatedTotal
public void setActivatedTotal(Long ActivatedTotal)
Set 已加入的子企业总数量 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ActivatedTotal- 已加入的子企业总数量 注意:此字段可能返回 null,表示取不到有效值。
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-