Class MetricsAdvisorError

java.lang.Object
com.azure.ai.metricsadvisor.models.MetricsAdvisorError

public final class MetricsAdvisorError extends Object
The MetricsAdvisorError model.
  • Constructor Details

    • MetricsAdvisorError

      public MetricsAdvisorError()
  • Method Details

    • getMessage

      public String getMessage()
      Get the message property: The message property.
      Returns:
      the message value.
    • setMessage

      public MetricsAdvisorError setMessage(String message)
      Set the message property: The message property.
      Parameters:
      message - the message value to set.
      Returns:
      the MetricsAdvisorError object itself.
    • getCode

      public String getCode()
      Get the code property: The code property.
      Returns:
      the code value.
    • setCode

      public MetricsAdvisorError setCode(String code)
      Set the code property: The code property.
      Parameters:
      code - the code value to set.
      Returns:
      the MetricsAdvisorError object itself.