public class Pageable extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| Pageable() | 
| Pageable(Pageable 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 | getPageNumber()Get 当前页码 | 
| Long | getPageSize()Get 每页数量 | 
| void | setPageNumber(Long PageNumber)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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic Pageable()
public Pageable(Pageable source)
public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - 每页数量public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber - 当前页码Copyright © 2025. All rights reserved.