public class ListTopicRulesRequest extends AbstractModel
Constructor and Description |
---|
ListTopicRulesRequest() |
ListTopicRulesRequest(ListTopicRulesRequest 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 |
getPageNum()
Get 请求的页数
|
Long |
getPageSize()
Get 分页的大小
|
void |
setPageNum(Long PageNum)
Set 请求的页数
|
void |
setPageSize(Long PageSize)
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 ListTopicRulesRequest()
public ListTopicRulesRequest(ListTopicRulesRequest source)
public Long getPageNum()
public void setPageNum(Long PageNum)
PageNum
- 请求的页数public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- 分页的大小Copyright © 2023. All rights reserved.