public class ListGroupsRequest extends AbstractModel
Constructor and Description |
---|
ListGroupsRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getKeyword()
Get 按用户组名称匹配。
|
Long |
getPage()
Get 页码。默认为1。
|
Long |
getRp()
Get 每页数量。默认为20。
|
void |
setKeyword(String Keyword)
Set 按用户组名称匹配。
|
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 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 © 2020. All rights reserved.