Class AlertRulesList


  • public final class AlertRulesList
    extends Object
    List all the alert rules.
    • Constructor Detail

      • AlertRulesList

        public AlertRulesList()
    • Method Detail

      • nextLink

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

        public List<AlertRuleInner> value()
        Get the value property: Array of alert rules.
        Returns:
        the value value.
      • withValue

        public AlertRulesList withValue​(List<AlertRuleInner> value)
        Set the value property: Array of alert rules.
        Parameters:
        value - the value value to set.
        Returns:
        the AlertRulesList object itself.
      • validate

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