public class PaginatedResponse extends Object
| Constructor and Description |
|---|
PaginatedResponse() |
PaginatedResponse(int total,
List<?> rows) |
| Modifier and Type | Method and Description |
|---|---|
List<?> |
getRows() |
int |
getTotal() |
void |
setRows(List<?> rows) |
void |
setTotal(int total) |
Copyright © 2020 Open Foris. All rights reserved.