java.lang.Object
com.azure.resourcemanager.alertsmanagement.models.ActionStatus

public final class ActionStatus extends Object
Action status.
  • Constructor Details

    • ActionStatus

      public ActionStatus()
  • Method Details

    • isSuppressed

      public Boolean isSuppressed()
      Get the isSuppressed property: Value indicating whether alert is suppressed.
      Returns:
      the isSuppressed value.
    • withIsSuppressed

      public ActionStatus withIsSuppressed(Boolean isSuppressed)
      Set the isSuppressed property: Value indicating whether alert is suppressed.
      Parameters:
      isSuppressed - the isSuppressed value to set.
      Returns:
      the ActionStatus object itself.
    • validate

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