Class AlertRuleTemplatesList


  • public final class AlertRuleTemplatesList
    extends Object
    List all the alert rule templates.
    • Constructor Detail

      • AlertRuleTemplatesList

        public AlertRuleTemplatesList()
    • Method Detail

      • nextLink

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

        public List<AlertRuleTemplateInner> value()
        Get the value property: Array of alert rule templates.
        Returns:
        the value value.
      • withValue

        public AlertRuleTemplatesList withValue​(List<AlertRuleTemplateInner> value)
        Set the value property: Array of alert rule templates.
        Parameters:
        value - the value value to set.
        Returns:
        the AlertRuleTemplatesList object itself.
      • validate

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