public class PaginationResponse<T>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.Long |
count |
java.lang.Long |
nextCursor |
java.util.List<TxView<T>> |
response |
| Constructor and Description |
|---|
PaginationResponse() |