|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cloudera.api.model.ApiTimeSeriesRow
public class ApiTimeSeriesRow
A time series data point.
| Constructor Summary | |
|---|---|
ApiTimeSeriesRow()
|
|
ApiTimeSeriesRow(String entityName,
String metricName,
Date timestamp,
double value)
|
|
| Method Summary | |
|---|---|
String |
getEntityName()
The name of the entity for this time series data point. |
String |
getMetricName()
The name of the metric for this time series data point. |
Date |
getTimestamp()
The timestamp for this time series data point. |
double |
getValue()
The value for this time series data point. |
void |
setEntityName(String entityName)
|
void |
setMetricName(String metricName)
|
void |
setTimestamp(Date timestamp)
|
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 ApiTimeSeriesRow()
public ApiTimeSeriesRow(String entityName,
String metricName,
Date timestamp,
double value)
| Method Detail |
|---|
public String getEntityName()
public void setEntityName(String entityName)
public String getMetricName()
public void setMetricName(String metricName)
public Date getTimestamp()
public void setTimestamp(Date timestamp)
public double getValue()
public void setValue(double value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||