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() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| ArrayList<DataDTO> | getData() | 
| String | getError() | 
| String | getRawMvel() | 
| String | serialize() | 
| void | setData(ArrayList<DataDTO> data) | 
| void | setError(String error) | 
| void | setRawMvel(String rawMvel) | 
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.JsonGenerationExceptioncom.fasterxml.jackson.databind.JsonMappingExceptionIOExceptionCopyright © 2020. All rights reserved.