public class DescribePolicyGroupListRequest extends AbstractModel
Constructor and Description |
---|
DescribePolicyGroupListRequest() |
Modifier and Type | Method and Description |
---|---|
Integer |
getLimit()
Get 分页参数,最大返回个数
|
String |
getModule()
Get 固定值,为"monitor"
|
Integer |
getOffset()
Get 分页参数,起始位置
|
void |
setLimit(Integer Limit)
Set 分页参数,最大返回个数
|
void |
setModule(String Module)
Set 固定值,为"monitor"
|
void |
setOffset(Integer Offset)
Set 分页参数,起始位置
|
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 String getModule()
public void setModule(String Module)
Module
- 固定值,为"monitor"public Integer getLimit()
public void setLimit(Integer Limit)
Limit
- 分页参数,最大返回个数public Integer getOffset()
public void setOffset(Integer Offset)
Offset
- 分页参数,起始位置Copyright © 2020. All rights reserved.