public static final class EvalPayload.Metric extends Object
| Constructor and Description |
|---|
Metric(String id,
Map<String,String> tags,
double value)
Create a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId()
Id for the expression that this data corresponds with.
|
Map<String,String> |
getTags()
Tags for identifying the metric.
|
double |
getValue()
Value for the metric.
|
int |
hashCode() |
String |
toString() |
public String getId()
public double getValue()