Modifier and Type | Field and Description |
---|---|
protected List<Map<Object,Object>> |
mData |
protected Map<String,List<String>> |
mErrors |
protected Map<String,Object> |
mGraph |
protected List<String> |
mSubTitle |
protected List<String> |
mTitle |
Constructor and Description |
---|
Graph() |
Modifier and Type | Method and Description |
---|---|
Map<String,List<String>> |
getErrors() |
List<String> |
getTitle() |
void |
setErrors(String series,
List<String> errors)
Sets the list of errors for the series.
|
void |
setTitle(List<String> newTitle) |
String |
toJson() |
public void setTitle(List<String> newTitle)
newTitle
- the list of lines in the titlepublic String toJson() throws com.fasterxml.jackson.core.JsonProcessingException
com.fasterxml.jackson.core.JsonProcessingException
Copyright © 2023. All Rights Reserved.