public class DescribeRoleListRequest extends AbstractModel
| 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 Page number, beginning from 1 | 
| Long | getRp()Get Number of lines per page, no greater than 200 | 
| void | setPage(Long Page)Set Page number, beginning from 1 | 
| void | setRp(Long Rp)Set Number of lines per page, no greater than 200 | 
| 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, toJsonStringpublic DescribeRoleListRequest()
public DescribeRoleListRequest(DescribeRoleListRequest source)
public Long getPage()
public void setPage(Long Page)
Page - Page number, beginning from 1public Long getRp()
public void setRp(Long Rp)
Rp - Number of lines per page, no greater than 200Copyright © 2021. All rights reserved.