Class TimeSeriesBaseline
java.lang.Object
com.microsoft.azure.management.monitor.TimeSeriesBaseline
The baseline values for a single time series.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the aggregation type of the metric.data()
Get the baseline values for each sensitivity.Get the dimensions of this time series.metadata()
Get the baseline metadata values.List<org.joda.time.DateTime>
Get the list of timestamps of the baselines.withAggregation
(String aggregation) Set the aggregation type of the metric.withData
(List<SingleBaseline> data) Set the baseline values for each sensitivity.withDimensions
(List<MetricSingleDimension> dimensions) Set the dimensions of this time series.withMetadata
(List<BaselineMetadata> metadata) Set the baseline metadata values.withTimestamps
(List<org.joda.time.DateTime> timestamps) Set the list of timestamps of the baselines.
-
Constructor Details
-
TimeSeriesBaseline
public TimeSeriesBaseline()
-
-
Method Details
-
aggregation
Get the aggregation type of the metric.- Returns:
- the aggregation value
-
withAggregation
Set the aggregation type of the metric.- Parameters:
aggregation
- the aggregation value to set- Returns:
- the TimeSeriesBaseline object itself.
-
dimensions
Get the dimensions of this time series.- Returns:
- the dimensions value
-
withDimensions
Set the dimensions of this time series.- Parameters:
dimensions
- the dimensions value to set- Returns:
- the TimeSeriesBaseline object itself.
-
timestamps
Get the list of timestamps of the baselines.- Returns:
- the timestamps value
-
withTimestamps
Set the list of timestamps of the baselines.- Parameters:
timestamps
- the timestamps value to set- Returns:
- the TimeSeriesBaseline object itself.
-
data
Get the baseline values for each sensitivity.- Returns:
- the data value
-
withData
Set the baseline values for each sensitivity.- Parameters:
data
- the data value to set- Returns:
- the TimeSeriesBaseline object itself.
-
metadata
Get the baseline metadata values.- Returns:
- the metadata value
-
withMetadata
Set the baseline metadata values.- Parameters:
metadata
- the metadata value to set- Returns:
- the TimeSeriesBaseline object itself.
-