public class Page<T> extends Object
Page()
List<T>
getData()
int
getPage()
getPageSize()
long
getTotal()
void
setData(List<T> data)
setPage(int page)
setPageSize(int pageSize)
setTotal(long total)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Page()
public int getPage()
public void setPage(int page)
public int getPageSize()
public void setPageSize(int pageSize)
public long getTotal()
public void setTotal(long total)
public List<T> getData()
public void setData(List<T> data)
public String toString()
toString
Object
Copyright © 2018. All rights reserved.