public class Result extends Object
| Constructor and Description |
|---|
Result(String name,
Map<String,List<String>> tags,
List<DataPoint> dataPoints,
List<GroupResult> groupResults) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<DataPoint> |
getDataPoints() |
List<GroupResult> |
getGroupResults() |
String |
getName() |
Map<String,List<String>> |
getTags() |
int |
hashCode() |
String |
toString() |
public String getName()
public List<GroupResult> getGroupResults()
Copyright © 2020. All rights reserved.