public class GenericListResult<T> extends GenericResult implements Serializable
GenericListResult()
List<T>
getData()
int
getTotal()
void
setData(List<T> data)
setTotal(Integer total)
getError, setError
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public GenericListResult()
public int getTotal()
public void setTotal(Integer total)
public List<T> getData()
public void setData(List<T> data)
Copyright © 2015. All rights reserved.