public class PageQueryResponse<T> extends Object
PageQueryResponse(Long total, List<T> items)
List<T>
getItems()
Long
getTotal()
void
setItems(List<T> items)
setTotal(Long total)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PageQueryResponse(Long total, List<T> items)
public Long getTotal()
public void setTotal(Long total)
public List<T> getItems()
public void setItems(List<T> items)
Copyright © 2024. All rights reserved.