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

public final class AlertsList extends Object
List the alerts.
  • Constructor Details

    • AlertsList

      public AlertsList()
  • Method Details

    • nextLink

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

      public AlertsList withNextLink(String nextLink)
      Set the nextLink property: URL to fetch the next set of alerts.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the AlertsList object itself.
    • value

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

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

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