public class DataWrapper extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<DataDTO> |
data |
protected String |
error |
protected String |
rawMvel |
| Constructor and Description |
|---|
DataWrapper() |
public String getError()
public void setError(String error)
public String getRawMvel()
public void setRawMvel(String rawMvel)
public String serialize() throws org.codehaus.jackson.JsonGenerationException, org.codehaus.jackson.map.JsonMappingException, IOException
org.codehaus.jackson.JsonGenerationExceptionorg.codehaus.jackson.map.JsonMappingExceptionIOExceptionCopyright © 2014. All rights reserved.