public class DescribeUserGroupsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeUserGroupsRequest() | 
| DescribeUserGroupsRequest(DescribeUserGroupsRequest 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 | 
|---|---|
| String | getDepartmentId()Get 部门ID,用于过滤属于某个部门的用户组 | 
| Long[] | getIdSet()Get 用户组ID集合 | 
| Long | getLimit()Get 每页条目数量,缺省20,最大500 | 
| String | getName()Get 用户组名,模糊查询,长度:0-64字符 | 
| Long | getOffset()Get 分页偏移位置,默认值为0 | 
| void | setDepartmentId(String DepartmentId)Set 部门ID,用于过滤属于某个部门的用户组 | 
| void | setIdSet(Long[] IdSet)Set 用户组ID集合 | 
| void | setLimit(Long Limit)Set 每页条目数量,缺省20,最大500 | 
| void | setName(String Name)Set 用户组名,模糊查询,长度:0-64字符 | 
| void | setOffset(Long Offset)Set 分页偏移位置,默认值为0 | 
| 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 DescribeUserGroupsRequest()
public DescribeUserGroupsRequest(DescribeUserGroupsRequest source)
public Long[] getIdSet()
public void setIdSet(Long[] IdSet)
IdSet - 用户组ID集合public String getName()
public void setName(String Name)
Name - 用户组名,模糊查询,长度:0-64字符public Long getOffset()
public void setOffset(Long Offset)
Offset - 分页偏移位置,默认值为0public Long getLimit()
public void setLimit(Long Limit)
Limit - 每页条目数量,缺省20,最大500public String getDepartmentId()
public void setDepartmentId(String DepartmentId)
DepartmentId - 部门ID,用于过滤属于某个部门的用户组Copyright © 2025. All rights reserved.