public class NumericDataParams extends MetricDataParams
metadata, name, tenantId| Constructor and Description |
|---|
NumericDataParams() |
| Modifier and Type | Method and Description |
|---|---|
List<NumericDataPoint> |
getData() |
Long |
getTimestamp() |
Double |
getValue() |
void |
setData(List<NumericDataPoint> data) |
void |
setTimestamp(Long timestamp) |
void |
setValue(Double value) |
String |
toString() |
getMetadata, getName, getTenantId, setMetadata, setName, setTenantIdpublic Long getTimestamp()
public void setTimestamp(Long timestamp)
public Double getValue()
public void setValue(Double value)
public List<NumericDataPoint> getData()
public void setData(List<NumericDataPoint> data)
Copyright © 2015 Red Hat, Inc.. All rights reserved.