public class Page<T> extends Object implements Serializable
Page(Long total, List<T> data)
static <T> Page<T>
empty()
List<T>
getData()
Long
getTotal()
void
setData(List<T> data)
setTotal(Long total)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Page(Long total, List<T> data)
public static <T> Page<T> empty()
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.