public class Result<T> extends Object
static Result
EmptyResult
Result()
List<T>
getContents()
long
getTotal()
void
setContents(List<T> contents)
setTotal(long total)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final Result EmptyResult
public Result()
public List<T> getContents()
public void setContents(List<T> contents)
public long getTotal()
public void setTotal(long total)
public String toString()
toString
Object
Copyright © 2021. All rights reserved.