java.lang.Object
com.azure.resourcemanager.customerinsights.models.KpiExtract

public final class KpiExtract extends Object
The KPI extract.
  • Constructor Details

    • KpiExtract

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

    • extractName

      public String extractName()
      Get the extractName property: KPI extract name.
      Returns:
      the extractName value.
    • withExtractName

      public KpiExtract withExtractName(String extractName)
      Set the extractName property: KPI extract name.
      Parameters:
      extractName - the extractName value to set.
      Returns:
      the KpiExtract object itself.
    • expression

      public String expression()
      Get the expression property: The expression.
      Returns:
      the expression value.
    • withExpression

      public KpiExtract withExpression(String expression)
      Set the expression property: The expression.
      Parameters:
      expression - the expression value to set.
      Returns:
      the KpiExtract object itself.
    • validate

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