public class Metric extends Object
| Constructor and Description |
|---|
Metric() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Map<String,Object> |
getExt() |
String |
getType() |
@NotNull Double |
getValue() |
String |
getVendor() |
int |
hashCode() |
void |
setExt(Map<String,Object> ext) |
void |
setType(String type) |
void |
setValue(@NotNull Double value) |
void |
setVendor(String vendor) |
Copyright © 2019. All rights reserved.