public class DescribeRoleListRequest extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getPage()
Get 页码,从1开始
|
Long |
getRp()
Get 每页行数,不能大于200
|
RoleTags[] |
getTags()
Get 标签筛选
|
void |
setPage(Long Page)
Set 页码,从1开始
|
void |
setRp(Long Rp)
Set 每页行数,不能大于200
|
void |
setTags(RoleTags[] Tags)
Set 标签筛选
|
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, toJsonString
public DescribeRoleListRequest()
public DescribeRoleListRequest(DescribeRoleListRequest source)
public Long getPage()
public void setPage(Long Page)
Page
- 页码,从1开始public Long getRp()
public void setRp(Long Rp)
Rp
- 每页行数,不能大于200public RoleTags[] getTags()
public void setTags(RoleTags[] Tags)
Tags
- 标签筛选Copyright © 2024. All rights reserved.