public class ListUsersForGroupRequest extends AbstractModel
Constructor and Description |
---|
ListUsersForGroupRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getGroupId()
Get 用户组 ID。
|
Long |
getPage()
Get 页码。默认为1。
|
Long |
getRp()
Get 每页数量。默认为20。
|
void |
setGroupId(Long GroupId)
Set 用户组 ID。
|
void |
setPage(Long Page)
Set 页码。默认为1。
|
void |
setRp(Long Rp)
Set 每页数量。默认为20。
|
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 Long getGroupId()
public void setGroupId(Long GroupId)
GroupId
- 用户组 ID。public Long getPage()
public void setPage(Long Page)
Page
- 页码。默认为1。public Long getRp()
public void setRp(Long Rp)
Rp
- 每页数量。默认为20。Copyright © 2020. All rights reserved.