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 com.fasterxml.jackson.core.JsonGenerationException, com.fasterxml.jackson.databind.JsonMappingException, IOException
com.fasterxml.jackson.core.JsonGenerationException
com.fasterxml.jackson.databind.JsonMappingException
IOException
Copyright © 2017. All rights reserved.