public class PageQueryResult<T> extends Object
PageQueryResult()
PageQueryResult(Long count, List<T> result)
Long
getCount()
List<T>
getResult()
Response
httpResponse()
void
setCount(Long count)
setResult(List<T> result)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PageQueryResult()
public PageQueryResult(Long count, List<T> result)
public Long getCount()
public void setCount(Long count)
public List<T> getResult()
public void setResult(List<T> result)
public Response httpResponse()
Copyright © 2021. All rights reserved.