java.lang.Object
com.azure.resourcemanager.securityinsights.models.IncidentList

public final class IncidentList extends Object
List all the incidents.
  • Constructor Details

    • IncidentList

      public IncidentList()
  • Method Details

    • nextLink

      public String nextLink()
      Get the nextLink property: URL to fetch the next set of incidents.
      Returns:
      the nextLink value.
    • value

      public List<IncidentInner> value()
      Get the value property: Array of incidents.
      Returns:
      the value value.
    • withValue

      public IncidentList withValue(List<IncidentInner> value)
      Set the value property: Array of incidents.
      Parameters:
      value - the value value to set.
      Returns:
      the IncidentList object itself.
    • validate

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