Class TagGroupResult
- java.lang.Object
-
- org.kairosdb.client.response.GroupResult
-
- org.kairosdb.client.response.grouping.TagGroupResult
-
public class TagGroupResult extends GroupResult
Grouping by tags.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Map<String,String>getGroup()List of tag names and their corresponding values for this group.List<String>getTags()List of tag names that the results were grouped by.inthashCode()StringtoString()-
Methods inherited from class org.kairosdb.client.response.GroupResult
getName
-
-
-
-
Method Detail
-
getTags
public List<String> getTags()
List of tag names that the results were grouped by.- Returns:
- tag name that the results were grouped by
-
getGroup
public Map<String,String> getGroup()
List of tag names and their corresponding values for this group.- Returns:
- tags for this grouping
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classGroupResult
-
hashCode
public int hashCode()
- Overrides:
hashCodein classGroupResult
-
-