Class AlarmHistoryItem


  • @Beta
    public class AlarmHistoryItem
    extends Object
    See Also:
    • Method Detail

      • getAlarmName

        public String getAlarmName()
        return the descriptive name for the alarm
      • getHistoryData

        public String getHistoryData()
        return the machine-readable data about the alarm in JSON format
      • getHistoryItemType

        public HistoryItemType getHistoryItemType()
        return the type of alarm history item
      • getHistorySummary

        public String getHistorySummary()
        return the human-readable summary of the alarm history
      • getTimestamp

        public Date getTimestamp()
        return the time stamp for the alarm history item
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object