public class Paging extends AbstractModel
header, skipSign
Constructor and Description |
---|
Paging() |
Paging(Paging 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 |
getPageCount()
Get 总页数(只支持32位)
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getPageNum()
Get 页码(只支持32位)
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getPageSize()
Get 每页条数(只支持32位)
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTotal()
Get 记录总数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPageCount(Long PageCount)
Set 总页数(只支持32位)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPageNum(Long PageNum)
Set 页码(只支持32位)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPageSize(Long PageSize)
Set 每页条数(只支持32位)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTotal(Long Total)
Set 记录总数
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public Paging()
public Paging(Paging source)
public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- 每页条数(只支持32位)
注意:此字段可能返回 null,表示取不到有效值。public Long getPageNum()
public void setPageNum(Long PageNum)
PageNum
- 页码(只支持32位)
注意:此字段可能返回 null,表示取不到有效值。public Long getPageCount()
public void setPageCount(Long PageCount)
PageCount
- 总页数(只支持32位)
注意:此字段可能返回 null,表示取不到有效值。public Long getTotal()
public void setTotal(Long Total)
Total
- 记录总数
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.