Class TimeSeriesInformation
java.lang.Object
com.microsoft.azure.management.monitor.TimeSeriesInformation
The time series info needed for calculating the baseline.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the list of sensitivities for calculating the baseline.List<org.joda.time.DateTime>
Get the array of timestamps of the baselines.values()
Get the metric values to calculate the baseline.withSensitivities
(List<String> sensitivities) Set the list of sensitivities for calculating the baseline.withTimestamps
(List<org.joda.time.DateTime> timestamps) Set the array of timestamps of the baselines.withValues
(List<Double> values) Set the metric values to calculate the baseline.
-
Constructor Details
-
TimeSeriesInformation
public TimeSeriesInformation()
-
-
Method Details
-
sensitivities
Get the list of sensitivities for calculating the baseline.- Returns:
- the sensitivities value
-
withSensitivities
Set the list of sensitivities for calculating the baseline.- Parameters:
sensitivities
- the sensitivities value to set- Returns:
- the TimeSeriesInformation object itself.
-
values
Get the metric values to calculate the baseline.- Returns:
- the values value
-
withValues
Set the metric values to calculate the baseline.- Parameters:
values
- the values value to set- Returns:
- the TimeSeriesInformation object itself.
-
timestamps
Get the array of timestamps of the baselines.- Returns:
- the timestamps value
-
withTimestamps
Set the array of timestamps of the baselines.- Parameters:
timestamps
- the timestamps value to set- Returns:
- the TimeSeriesInformation object itself.
-