Class DefaultGroupResult
- java.lang.Object
-
- org.kairosdb.client.response.GroupResult
-
- org.kairosdb.client.response.grouping.DefaultGroupResult
-
public class DefaultGroupResult extends GroupResult
Group that represents natural grouping based on the type of the data.
-
-
Constructor Summary
Constructors Constructor Description DefaultGroupResult(String name, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetType()Returns the type of data.inthashCode()StringtoString()-
Methods inherited from class org.kairosdb.client.response.GroupResult
getName
-
-
-
-
Method Detail
-
getType
public String getType()
Returns the type of data.- Returns:
- type of the data
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classGroupResult
-
hashCode
public int hashCode()
- Overrides:
hashCodein classGroupResult
-
-