T
public class PageResponse<T> extends Object implements Serializable
PageResponse()
List<T>
getRows()
Long
getTotal()
PageResponse<T>
setRows(List<T> rows)
setTotal(Long total)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PageResponse()
public Long getTotal()
public PageResponse<T> setTotal(Long total)
public List<T> getRows()
public PageResponse<T> setRows(List<T> rows)
Copyright © 2021. All rights reserved.