public class Measurement extends Object implements Element<Double>, Serializable
| Constructor and Description |
|---|
Measurement(Timestamp timestamp,
Resource resource,
String name,
double value) |
Measurement(Timestamp timestamp,
Resource resource,
String name,
double value,
Map<String,String> attributes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Map<String,String> |
getAttributes() |
String |
getName() |
Resource |
getResource() |
Timestamp |
getTimestamp() |
Double |
getValue() |
int |
hashCode() |
String |
toString() |
public Timestamp getTimestamp()
getTimestamp in interface Element<Double>public Resource getResource()
getResource in interface Element<Double>Copyright © 2017. All rights reserved.