Class TimeSeriesBaseline

java.lang.Object
com.microsoft.azure.management.monitor.TimeSeriesBaseline

public class TimeSeriesBaseline extends Object
The baseline values for a single time series.
  • Constructor Details

    • TimeSeriesBaseline

      public TimeSeriesBaseline()
  • Method Details

    • aggregation

      public String aggregation()
      Get the aggregation type of the metric.
      Returns:
      the aggregation value
    • withAggregation

      public TimeSeriesBaseline withAggregation(String aggregation)
      Set the aggregation type of the metric.
      Parameters:
      aggregation - the aggregation value to set
      Returns:
      the TimeSeriesBaseline object itself.
    • dimensions

      public List<MetricSingleDimension> dimensions()
      Get the dimensions of this time series.
      Returns:
      the dimensions value
    • withDimensions

      public TimeSeriesBaseline withDimensions(List<MetricSingleDimension> dimensions)
      Set the dimensions of this time series.
      Parameters:
      dimensions - the dimensions value to set
      Returns:
      the TimeSeriesBaseline object itself.
    • timestamps

      public List<org.joda.time.DateTime> timestamps()
      Get the list of timestamps of the baselines.
      Returns:
      the timestamps value
    • withTimestamps

      public TimeSeriesBaseline withTimestamps(List<org.joda.time.DateTime> timestamps)
      Set the list of timestamps of the baselines.
      Parameters:
      timestamps - the timestamps value to set
      Returns:
      the TimeSeriesBaseline object itself.
    • data

      public List<SingleBaseline> data()
      Get the baseline values for each sensitivity.
      Returns:
      the data value
    • withData

      public TimeSeriesBaseline withData(List<SingleBaseline> data)
      Set the baseline values for each sensitivity.
      Parameters:
      data - the data value to set
      Returns:
      the TimeSeriesBaseline object itself.
    • metadata

      public List<BaselineMetadata> metadata()
      Get the baseline metadata values.
      Returns:
      the metadata value
    • withMetadata

      public TimeSeriesBaseline withMetadata(List<BaselineMetadata> metadata)
      Set the baseline metadata values.
      Parameters:
      metadata - the metadata value to set
      Returns:
      the TimeSeriesBaseline object itself.