MCPcopy Create free account
hub / github.com/L1yp/van-app / PageData

Method PageData

src/main/java/com/l1yp/model/common/PageData.java:17–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 public PageData(PageParam param) {
16 pageIdx = param.getPageIdx();
17 pageSize = param.getPageSize();
18 }
19
20 public PageData(int pageIdx, int pageSize) {

Callers

nothing calls this directly

Calls 6

setTotalMethod · 0.95
setPageIdxMethod · 0.95
setPageSizeMethod · 0.95
getTotalMethod · 0.80
getPageSizeMethod · 0.45
getPageIdxMethod · 0.45

Tested by

no test coverage detected