Class ForecastComparisonExpression

java.lang.Object
com.azure.resourcemanager.costmanagement.models.ForecastComparisonExpression

public final class ForecastComparisonExpression extends Object
The comparison expression to be used in the forecast.
  • Constructor Details

    • ForecastComparisonExpression

      public ForecastComparisonExpression()
      Creates an instance of ForecastComparisonExpression class.
  • Method Details

    • name

      public String name()
      Get the name property: The name of the column to use in comparison.
      Returns:
      the name value.
    • withName

      public ForecastComparisonExpression withName(String name)
      Set the name property: The name of the column to use in comparison.
      Parameters:
      name - the name value to set.
      Returns:
      the ForecastComparisonExpression object itself.
    • operator

      public ForecastOperatorType operator()
      Get the operator property: The operator to use for comparison.
      Returns:
      the operator value.
    • withOperator

      public ForecastComparisonExpression withOperator(ForecastOperatorType operator)
      Set the operator property: The operator to use for comparison.
      Parameters:
      operator - the operator value to set.
      Returns:
      the ForecastComparisonExpression object itself.
    • values

      public List<String> values()
      Get the values property: Array of values to use for comparison.
      Returns:
      the values value.
    • withValues

      public ForecastComparisonExpression withValues(List<String> values)
      Set the values property: Array of values to use for comparison.
      Parameters:
      values - the values value to set.
      Returns:
      the ForecastComparisonExpression object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.