public class ResultListDataRepresentation extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<? extends Object> |
data |
protected Integer |
size |
protected Integer |
start |
protected Long |
total |
| Constructor and Description |
|---|
ResultListDataRepresentation() |
ResultListDataRepresentation(List<? extends Object> data) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends Object> |
getData() |
Integer |
getSize() |
Integer |
getStart() |
Long |
getTotal() |
void |
setData(List<? extends Object> data) |
void |
setSize(Integer size) |
void |
setStart(Integer start) |
void |
setTotal(Long total) |
Copyright © 2022 Flowable. All rights reserved.