AlarmHistoryItem class

Represents the history of a specific alarm.

Constructors

AlarmHistoryItem({String? alarmName, AlarmType? alarmType, String? historyData, HistoryItemType? historyItemType, String? historySummary, DateTime? timestamp})
AlarmHistoryItem.fromXml(XmlElement elem)
factory

Properties

alarmName String?
The descriptive name for the alarm.
final
alarmType AlarmType?
The type of alarm, either metric alarm or composite alarm.
final
hashCode int
The hash code for this object.
no setterinherited
historyData String?
Data about the alarm, in JSON format.
final
historyItemType HistoryItemType?
The type of alarm history item.
final
historySummary String?
A summary of the alarm history, in text format.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp DateTime?
The time stamp for the alarm history item.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited