T
- public class CountedResult<T> extends Object
Constructor and Description |
---|
CountedResult() |
CountedResult(long total,
List<T> list) |
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.