public class DescribeAccountGroupsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeAccountGroupsRequest() | 
| DescribeAccountGroupsRequest(DescribeAccountGroupsRequest 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 | 
|---|---|
| Condition | getCondition()Get 查询条件
过滤参数
1、Name,string类型,按分组名过滤
是否必填:否
操作符: like
排序条件
1、Itime,string类型,按分组创建时间排序
是否必填:否
2、Utime,string类型,按分组更新时间排序
是否必填:否 | 
| Long | getDeepin()Get 搜索范围:0-仅当前分组的直接子组,1-当前分组的所有子组。默认为0。 | 
| Long | getParentId()Get 父分组ID,获取该分组下的子组信息。默认查询全网根分组下子组信息。 | 
| void | setCondition(Condition Condition)Set 查询条件
过滤参数
1、Name,string类型,按分组名过滤
是否必填:否
操作符: like
排序条件
1、Itime,string类型,按分组创建时间排序
是否必填:否
2、Utime,string类型,按分组更新时间排序
是否必填:否 | 
| void | setDeepin(Long Deepin)Set 搜索范围:0-仅当前分组的直接子组,1-当前分组的所有子组。默认为0。 | 
| void | setParentId(Long ParentId)Set 父分组ID,获取该分组下的子组信息。默认查询全网根分组下子组信息。 | 
| 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 DescribeAccountGroupsRequest()
public DescribeAccountGroupsRequest(DescribeAccountGroupsRequest source)
public Long getDeepin()
public void setDeepin(Long Deepin)
Deepin - 搜索范围:0-仅当前分组的直接子组,1-当前分组的所有子组。默认为0。public Condition getCondition()
public void setCondition(Condition Condition)
Condition - 查询条件
过滤参数
1、Name,string类型,按分组名过滤
是否必填:否
操作符: like
排序条件
1、Itime,string类型,按分组创建时间排序
是否必填:否
2、Utime,string类型,按分组更新时间排序
是否必填:否public Long getParentId()
public void setParentId(Long ParentId)
ParentId - 父分组ID,获取该分组下的子组信息。默认查询全网根分组下子组信息。Copyright © 2025. All rights reserved.