public static class QueryResult.Result extends Object
| Constructor and Description |
|---|
Result() |
| Modifier and Type | Method and Description |
|---|---|
String |
getError() |
List<QueryResult.Series> |
getSeries() |
boolean |
hasError()
Checks if this Result has an error message.
|
void |
setError(String error) |
void |
setSeries(List<QueryResult.Series> series) |
String |
toString() |
public List<QueryResult.Series> getSeries()
public void setSeries(List<QueryResult.Series> series)
series - the series to setpublic boolean hasError()
true if there is an error message,
false if not.public String getError()
public void setError(String error)
error - the error to setCopyright © 2020. All rights reserved.