Package org.flowable.common.rest.api
Class DataResponse<T>
java.lang.Object
org.flowable.common.rest.api.DataResponse<T>
- Author:
- Tijs Rademakers
-
Constructor Details
-
DataResponse
public DataResponse()
-
-
Method Details
-
getData
-
setData
-
getTotal
public long getTotal() -
setTotal
public void setTotal(long total) -
getStart
public int getStart() -
setStart
public void setStart(int start) -
getSort
-
setSort
-
getOrder
-
setOrder
-
getSize
public int getSize() -
setSize
public void setSize(int size)
-