Package org.kairosdb.client.response
Class Result
- java.lang.Object
-
- org.kairosdb.client.response.Result
-
public class Result extends Object
Query Results. This is the results of a single query.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)List<DataPoint>getDataPoints()List<GroupResult>getGroupResults()StringgetName()Map<String,List<String>>getTags()inthashCode()StringtoString()
-
-
-
Method Detail
-
getName
public String getName()
-
getGroupResults
public List<GroupResult> getGroupResults()
-
-