Class ListTopicRulesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotcloud.v20210408.models.ListTopicRulesRequest
-
public class ListTopicRulesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetPageNum()Get 请求的页数LonggetPageSize()Get 分页的大小voidsetPageNum(Long PageNum)Set 请求的页数voidsetPageSize(Long PageSize)Set 分页的大小voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ListTopicRulesRequest
public ListTopicRulesRequest()
-
ListTopicRulesRequest
public 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.
-
-
Method Detail
-
getPageNum
public Long getPageNum()
Get 请求的页数- Returns:
- PageNum 请求的页数
-
setPageNum
public void setPageNum(Long PageNum)
Set 请求的页数- Parameters:
PageNum- 请求的页数
-
getPageSize
public Long getPageSize()
Get 分页的大小- Returns:
- PageSize 分页的大小
-
setPageSize
public void setPageSize(Long PageSize)
Set 分页的大小- Parameters:
PageSize- 分页的大小
-
-