public class Metric extends Object
| Constructor and Description |
|---|
Metric() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Metric name.
|
Double |
getValue()
Metric value.
|
void |
setName(String name)
Metric name.
|
void |
setValue(Double value)
Metric value.
|
Copyright © 2020. All rights reserved.