Class IncidentAlertListInner

java.lang.Object
com.azure.resourcemanager.securityinsights.fluent.models.IncidentAlertListInner

public final class IncidentAlertListInner extends Object
List of incident alerts.
  • Constructor Details

    • IncidentAlertListInner

      public IncidentAlertListInner()
  • Method Details

    • value

      public List<SecurityAlert> value()
      Get the value property: Array of incident alerts.
      Returns:
      the value value.
    • withValue

      public IncidentAlertListInner withValue(List<SecurityAlert> value)
      Set the value property: Array of incident alerts.
      Parameters:
      value - the value value to set.
      Returns:
      the IncidentAlertListInner object itself.
    • validate

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