public class ListGroupsRequest extends AbstractModel
Constructor and Description |
---|
ListGroupsRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getKeyword()
获取按用户组名称匹配。
|
Long |
getPage()
获取页码。默认为1。
|
Long |
getRp()
获取每页数量。默认为20。
|
void |
setKeyword(String Keyword)
设置按用户组名称匹配。
|
void |
setPage(Long Page)
设置页码。默认为1。
|
void |
setRp(Long Rp)
设置每页数量。默认为20。
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Long getPage()
public void setPage(Long Page)
Page
- 页码。默认为1。public Long getRp()
public void setRp(Long Rp)
Rp
- 每页数量。默认为20。public String getKeyword()
public void setKeyword(String Keyword)
Keyword
- 按用户组名称匹配。Copyright © 2019. All rights reserved.