public class ApiMetricData extends Object
Constructor and Description |
---|
ApiMetricData() |
ApiMetricData(Date timestamp,
double value) |
Modifier and Type | Method and Description |
---|---|
Date |
getTimestamp()
When the metric reading was collected.
|
double |
getValue()
The value of the metric.
|
void |
setTimestamp(Date timestamp) |
void |
setValue(double value) |
public ApiMetricData()
public ApiMetricData(Date timestamp, double value)
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.