public class MetricData extends Object
Constructor and Description |
---|
MetricData()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
Date |
getFrom()
Returns the from date for the metric values.
|
List<MetricTimeslices> |
getMetrics()
Returns the list of metrics.
|
List<String> |
getMetricsFound()
Returns the metrics found.
|
List<String> |
getMetricsNotFound()
Returns the metrics not found.
|
Date |
getTo()
Returns the to date for the metric values.
|
void |
setFrom(Date from)
Sets the from date for the metric values.
|
void |
setMetrics(List<MetricTimeslices> metrics)
Sets the list of metrics.
|
void |
setMetricsFound(List<String> metricsFound)
Sets the metrics found.
|
void |
setMetricsNotFound(List<String> metricsNotFound)
Sets the metrics not found.
|
void |
setTo(Date to)
Sets the to date for the metric values.
|
String |
toString()
Returns a string representation of the object.
|
public void setFrom(Date from)
from
- The from date for the metric valuespublic Date getFrom()
public void setTo(Date to)
to
- The to date for the metric valuespublic Date getTo()
public void setMetricsFound(List<String> metricsFound)
metricsFound
- The metrics foundpublic List<String> getMetricsFound()
public void setMetricsNotFound(List<String> metricsNotFound)
metricsNotFound
- The metrics not foundpublic List<String> getMetricsNotFound()
public void setMetrics(List<MetricTimeslices> metrics)
metrics
- The list of metricspublic List<MetricTimeslices> getMetrics()
Copyright © 2018. All rights reserved.