Class ListGroupsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cam.v20190116.models.ListGroupsRequest
-
public class ListGroupsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKeyword()Get 按用户组名称匹配。LonggetPage()Get 页码。默认为1。LonggetRp()Get 每页数量。默认为20。voidsetKeyword(String Keyword)Set 按用户组名称匹配。voidsetPage(Long Page)Set 页码。默认为1。voidsetRp(Long Rp)Set 每页数量。默认为20。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ListGroupsRequest
public ListGroupsRequest()
-
ListGroupsRequest
public 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.
-
-
Method Detail
-
getPage
public Long getPage()
Get 页码。默认为1。- Returns:
- Page 页码。默认为1。
-
setPage
public void setPage(Long Page)
Set 页码。默认为1。- Parameters:
Page- 页码。默认为1。
-
getRp
public Long getRp()
Get 每页数量。默认为20。- Returns:
- Rp 每页数量。默认为20。
-
setRp
public void setRp(Long Rp)
Set 每页数量。默认为20。- Parameters:
Rp- 每页数量。默认为20。
-
getKeyword
public String getKeyword()
Get 按用户组名称匹配。- Returns:
- Keyword 按用户组名称匹配。
-
setKeyword
public void setKeyword(String Keyword)
Set 按用户组名称匹配。- Parameters:
Keyword- 按用户组名称匹配。
-
-