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 滤条件、分页参数
Name - String - 是否必填:否 - 操作符: like - 排序支持:否- 按账号分组过滤。
排序条件
Itime - string - 是否必填:否 - 排序支持:是 - 按账号分组创建时间排序。
Utime - string - 是否必填:否 - 排序支持:是 - 按账号分组更新时间排序。
|
Long |
getDeepin()
Get 搜索范围,0-仅搜直接子组,1-深层搜索(只支持32位)
|
Long |
getParentId()
Get 父分组id
|
void |
setCondition(Condition Condition)
Set 滤条件、分页参数
Name - String - 是否必填:否 - 操作符: like - 排序支持:否- 按账号分组过滤。
排序条件
Itime - string - 是否必填:否 - 排序支持:是 - 按账号分组创建时间排序。
Utime - string - 是否必填:否 - 排序支持:是 - 按账号分组更新时间排序。
|
void |
setDeepin(Long Deepin)
Set 搜索范围,0-仅搜直接子组,1-深层搜索(只支持32位)
|
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, toJsonString
public DescribeAccountGroupsRequest()
public DescribeAccountGroupsRequest(DescribeAccountGroupsRequest source)
public Long getDeepin()
public void setDeepin(Long Deepin)
Deepin
- 搜索范围,0-仅搜直接子组,1-深层搜索(只支持32位)public Condition getCondition()
public void setCondition(Condition Condition)
Condition
- 滤条件、分页参数
public Long getParentId()
public void setParentId(Long ParentId)
ParentId
- 父分组idCopyright © 2024. All rights reserved.