public class TimeSeriesInformation extends Object
| Constructor and Description |
|---|
TimeSeriesInformation() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
sensitivities()
Get the list of sensitivities for calculating the baseline.
|
List<org.joda.time.DateTime> |
timestamps()
Get the array of timestamps of the baselines.
|
List<Double> |
values()
Get the metric values to calculate the baseline.
|
TimeSeriesInformation |
withSensitivities(List<String> sensitivities)
Set the list of sensitivities for calculating the baseline.
|
TimeSeriesInformation |
withTimestamps(List<org.joda.time.DateTime> timestamps)
Set the array of timestamps of the baselines.
|
TimeSeriesInformation |
withValues(List<Double> values)
Set the metric values to calculate the baseline.
|
public List<String> sensitivities()
public TimeSeriesInformation withSensitivities(List<String> sensitivities)
sensitivities - the sensitivities value to setpublic List<Double> values()
public TimeSeriesInformation withValues(List<Double> values)
values - the values value to setpublic List<org.joda.time.DateTime> timestamps()
public TimeSeriesInformation withTimestamps(List<org.joda.time.DateTime> timestamps)
timestamps - the timestamps value to setCopyright © 2019. All rights reserved.