public class ApiTimeSeriesData extends Object
Constructor and Description |
---|
ApiTimeSeriesData() |
Modifier and Type | Method and Description |
---|---|
ApiTimeSeriesAggregateStatistics |
getAggregateStatistics()
Available from v6 for data points containing aggregate data.
|
Date |
getTimestamp()
The timestamp for this time series data point.
|
String |
getType()
The type of the time series data.
|
double |
getValue()
The value of the time series data.
|
void |
setAggregateStatistics(ApiTimeSeriesAggregateStatistics aggregateStatistics) |
void |
setTimestamp(Date timestamp) |
void |
setType(String type) |
void |
setValue(double value) |
public Date getTimestamp()
public void setTimestamp(Date timestamp)
public double getValue()
public void setValue(double value)
public String getType()
public void setType(String type)
public ApiTimeSeriesAggregateStatistics getAggregateStatistics()
public void setAggregateStatistics(ApiTimeSeriesAggregateStatistics aggregateStatistics)
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.