Class DescribeRoleListRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cam.v20190116.models.DescribeRoleListRequest
-
public class DescribeRoleListRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeRoleListRequest()DescribeRoleListRequest(DescribeRoleListRequest 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 LonggetPage()Get 页码,从1开始LonggetRp()Get 每页行数,不能大于200RoleTags[]getTags()Get 标签筛选voidsetPage(Long Page)Set 页码,从1开始voidsetRp(Long Rp)Set 每页行数,不能大于200voidsetTags(RoleTags[] Tags)Set 标签筛选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
-
DescribeRoleListRequest
public DescribeRoleListRequest()
-
DescribeRoleListRequest
public DescribeRoleListRequest(DescribeRoleListRequest 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 每页行数,不能大于200- Returns:
- Rp 每页行数,不能大于200
-
setRp
public void setRp(Long Rp)
Set 每页行数,不能大于200- Parameters:
Rp- 每页行数,不能大于200
-
getTags
public RoleTags[] getTags()
Get 标签筛选- Returns:
- Tags 标签筛选
-
setTags
public void setTags(RoleTags[] Tags)
Set 标签筛选- Parameters:
Tags- 标签筛选
-
-