public class DataResponse extends Object
Constructor and Description |
---|
DataResponse() |
Modifier and Type | Method and Description |
---|---|
Object |
getData() |
String |
getOrder() |
int |
getSize() |
String |
getSort() |
int |
getStart() |
long |
getTotal() |
DataResponse |
setData(Object data) |
void |
setOrder(String order) |
void |
setSize(int size) |
void |
setSort(String sort) |
void |
setStart(int start) |
void |
setTotal(long total) |
public Object getData()
public DataResponse setData(Object data)
public long getTotal()
public void setTotal(long total)
public int getStart()
public void setStart(int start)
public String getSort()
public void setSort(String sort)
public String getOrder()
public void setOrder(String order)
public int getSize()
public void setSize(int size)
Copyright © 2016 Alfresco. All rights reserved.