public class DescribeUserGroupMembersRequest extends AbstractModel
Constructor and Description |
---|
DescribeUserGroupMembersRequest() |
DescribeUserGroupMembersRequest(DescribeUserGroupMembersRequest 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 |
---|---|
Boolean |
getBound()
Get true - 查询已添加到该用户组的用户,false - 查询未添加到该用户组的用户
|
String |
getDepartmentId()
Get 所属部门ID
|
Long |
getId()
Get 用户组ID
|
Long |
getLimit()
Get 每页条目数量,默认20, 最大500
|
String |
getName()
Get 用户名或用户姓名,最长64个字符,模糊查询
|
Long |
getOffset()
Get 分页偏移位置,默认值为0
|
void |
setBound(Boolean Bound)
Set true - 查询已添加到该用户组的用户,false - 查询未添加到该用户组的用户
|
void |
setDepartmentId(String DepartmentId)
Set 所属部门ID
|
void |
setId(Long Id)
Set 用户组ID
|
void |
setLimit(Long Limit)
Set 每页条目数量,默认20, 最大500
|
void |
setName(String Name)
Set 用户名或用户姓名,最长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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeUserGroupMembersRequest()
public DescribeUserGroupMembersRequest(DescribeUserGroupMembersRequest source)
public Long getId()
public void setId(Long Id)
Id
- 用户组IDpublic Boolean getBound()
public void setBound(Boolean Bound)
Bound
- true - 查询已添加到该用户组的用户,false - 查询未添加到该用户组的用户public String getName()
public void setName(String Name)
Name
- 用户名或用户姓名,最长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
- 所属部门IDCopyright © 2022. All rights reserved.