T - the type of the resultpublic class PageResult<T,A> extends Object
| Constructor and Description |
|---|
PageResult(List<T> resultList,
A aggregate) |
| Modifier and Type | Method and Description |
|---|---|
A |
getAggregate() |
List<T> |
getResultList() |
String |
toString() |
Copyright © 2019 JBoss by Red Hat. All rights reserved.