public class ServerSideProcessingResponse<T> extends Object implements Serializable
| Constructor and Description |
|---|
ServerSideProcessingResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
getData() |
Long |
getDraw() |
String |
getError() |
Long |
getRecordsFiltered() |
Long |
getRecordsTotal() |
void |
setData(List<T> data) |
void |
setDraw(Long draw) |
void |
setError(String error) |
void |
setRecordsFiltered(Long recordsFiltered) |
void |
setRecordsTotal(Long recordsTotal) |
public Long getDraw()
public void setDraw(Long draw)
public Long getRecordsTotal()
public void setRecordsTotal(Long recordsTotal)
public Long getRecordsFiltered()
public void setRecordsFiltered(Long recordsFiltered)
public String getError()
public void setError(String error)
Copyright © 2023. All rights reserved.