public class TagGroupResult extends GroupResult
| Constructor and Description |
|---|
TagGroupResult(List<String> tags,
Map<String,String> group) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(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.
|
int |
hashCode() |
getNamepublic List<String> getTags()
public Map<String,String> getGroup()
public boolean equals(Object o)
equals in class GroupResultpublic int hashCode()
hashCode in class GroupResultCopyright © 2018. All rights reserved.