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