public class ApiTimeSeriesMetadata extends Object
Constructor and Description |
---|
ApiTimeSeriesMetadata() |
Modifier and Type | Method and Description |
---|---|
String |
getAlias()
The alias for this stream's metric.
|
Map<String,String> |
getAttributes()
The attributes for the time series.
|
Date |
getEndTime()
The end time for the time series.
|
String |
getEntityName()
The display name for the entity associated with this time series.
|
String |
getExpression()
The tsquery expression that could be used to extract just this stream.
|
Long |
getMetricCollectionFrequencyMs()
The minimum frequency at which the underlying metric for this stream is
collected.
|
String |
getMetricName()
The metric name for the time series.
|
String |
getRollupUsed()
The aggregate rollup for the returned data.
|
Date |
getStartTime()
The start time for the time series.
|
List<String> |
getUnitDenominators()
The denominators of the units for the time series.
|
List<String> |
getUnitNumerators()
The numerators of the units for the time series.
|
void |
setAlias(String alias) |
void |
setAttributes(Map<String,String> attributes) |
void |
setEndTime(Date endTime) |
void |
setEntityName(String entityName) |
void |
setExpression(String expression) |
void |
setMetricCollectionFrequencyMs(Long metricCollectionFrequencyMs) |
void |
setMetricName(String metricName) |
void |
setRollupUsed(String rollupUsed) |
void |
setStartTime(Date startTime) |
void |
setUnitDenominators(List<String> unitDenominators) |
void |
setUnitNumerators(List<String> unitNumerators) |
public String getMetricName()
public void setMetricName(String metricName)
public String getEntityName()
public void setEntityName(String entityName)
public Date getStartTime()
public void setStartTime(Date startTime)
public Date getEndTime()
public void setEndTime(Date endTime)
public Map<String,String> getAttributes()
public List<String> getUnitNumerators()
public List<String> getUnitDenominators()
public String getExpression()
public void setExpression(String expression)
public String getAlias()
public void setAlias(String alias)
public Long getMetricCollectionFrequencyMs()
public void setMetricCollectionFrequencyMs(Long metricCollectionFrequencyMs)
public String getRollupUsed()
public void setRollupUsed(String rollupUsed)
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.