Interface ComparisonMetricValue.Builder

  • Method Details

    • baselineTimePeriodAmount

      ComparisonMetricValue.Builder baselineTimePeriodAmount(String baselineTimePeriodAmount)

      The numeric value for the baseline time period measurement.

      Parameters:
      baselineTimePeriodAmount - The numeric value for the baseline time period measurement.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • comparisonTimePeriodAmount

      ComparisonMetricValue.Builder comparisonTimePeriodAmount(String comparisonTimePeriodAmount)

      The numeric value for the comparison time period measurement.

      Parameters:
      comparisonTimePeriodAmount - The numeric value for the comparison time period measurement.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • difference

      ComparisonMetricValue.Builder difference(String difference)

      The calculated difference between ComparisonTimePeriodAmount and BaselineTimePeriodAmount.

      Parameters:
      difference - The calculated difference between ComparisonTimePeriodAmount and BaselineTimePeriodAmount.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • unit

      The unit of measurement applicable to all numeric values in this comparison.

      Parameters:
      unit - The unit of measurement applicable to all numeric values in this comparison.
      Returns:
      Returns a reference to this object so that method calls can be chained together.