public class ListGroupsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ListGroupsRequest() | 
| ListGroupsRequest(ListGroupsRequest 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 | 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ListGroupsRequest()
public ListGroupsRequest(ListGroupsRequest source)
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 © 2025. All rights reserved.