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 |
|---|---|
List<DataPoint> |
getDataPoints() |
List<GroupResult> |
getGroupResults() |
String |
getName() |
Map<String,List<String>> |
getTags() |
Copyright © 2018. All rights reserved.