Class PageInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.waf.v20180125.models.PageInfo
-
public class PageInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPageNumber()Get 页码StringgetPageSize()Get 页条目数量voidsetPageNumber(String PageNumber)Set 页码voidsetPageSize(String 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
-
PageInfo
public PageInfo()
-
PageInfo
public PageInfo(PageInfo 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
-
getPageNumber
public String getPageNumber()
Get 页码- Returns:
- PageNumber 页码
-
setPageNumber
public void setPageNumber(String PageNumber)
Set 页码- Parameters:
PageNumber- 页码
-
getPageSize
public String getPageSize()
Get 页条目数量- Returns:
- PageSize 页条目数量
-
setPageSize
public void setPageSize(String PageSize)
Set 页条目数量- Parameters:
PageSize- 页条目数量
-
-