|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cloudera.api.model.ApiTimeSeriesData
public class ApiTimeSeriesData
A single data point of time series data.
Constructor Summary | |
---|---|
ApiTimeSeriesData()
|
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ApiTimeSeriesData()
Method Detail |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |