public class DescribeRoleListRequest extends AbstractModel
Constructor and Description |
---|
DescribeRoleListRequest() |
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, toJsonString
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 © 2020. All rights reserved.