public class ListResult<T> extends Object
Constructor and Description |
---|
ListResult() |
ListResult(List<T> data) |
ListResult(List<T> data,
long total) |
Modifier and Type | Method and Description |
---|---|
List<T> |
getData() |
long |
getTotal() |
void |
setData(List<T> data) |
void |
setTotal(long total) |
Copyright © 2019 Suncode. All rights reserved.