public class Page<T> extends Object
Page()
Page(int currentPage, int totalPages, long total, List<T> rows)
int
getCurrentPage()
List<T>
getRows()
long
getTotal()
getTotalPages()
Page<T>
setCurrentPage(int currentPage)
setRows(List<T> rows)
setTotal(long total)
setTotalPages(int totalPages)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Page()
public Page(int currentPage, int totalPages, long total, List<T> rows)
public long getTotal()
public Page<T> setTotal(long total)
public List<T> getRows()
public Page<T> setRows(List<T> rows)
public int getCurrentPage()
public Page<T> setCurrentPage(int currentPage)
public int getTotalPages()
public Page<T> setTotalPages(int totalPages)
totalPages
Copyright © 2023. All rights reserved.