Class Alert


  • @ExportedBean
    public class Alert
    extends Object
    Alert record description
    • Method Detail

      • getSeverity

        @Exported
        public Alert.SeverityEnum getSeverity()
        The severity of the alert
        Returns:
        severity
      • getState

        @Exported
        public Alert.StateEnum getState()
        The state of the alert
        Returns:
        state
      • getMessage

        @Exported
        public String getMessage()
        Get message
        Returns:
        message
      • getDescription

        @Exported
        public String getDescription()
        Get description
        Returns:
        description
      • getStart

        @Exported
        public Date getStart()
        Start time in ISO 8601 compatible date/time of format: yyyy-MM-dd'T'HH:mm:ss.SSSXXX
        Returns:
        start
      • getEnd

        @Exported
        public Date getEnd()
        End time in ISO 8601 compatible date/time of format: yyyy-MM-dd'T'HH:mm:ss.SSSXXX
        Returns:
        end
      • getRule

        @Exported
        public String getRule()
        Incident Rule name
        Returns:
        rule