public class MeasurementDTO extends Object
Measurements.| Constructor and Description |
|---|
MeasurementDTO(long timestamp,
ResourceDTO resource,
String name,
double value,
Map<String,String> attributes) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAttributes() |
String |
getName() |
ResourceDTO |
getResource() |
long |
getTimestamp() |
double |
getValue() |
public MeasurementDTO(long timestamp,
ResourceDTO resource,
String name,
double value,
Map<String,String> attributes)
public long getTimestamp()
public ResourceDTO getResource()
public String getName()
public double getValue()
Copyright © 2015. All rights reserved.