Alarm class

Inheritance
Mixed in types
Implementers

Constructors

Alarm(EntityId originator, String type, AlarmSeverity severity)
Alarm.fromJson(Map<String, dynamic> json)

Properties

acknowledged bool?
getter/setter pair
ackTs int?
getter/setter pair
assigneeId UserId?
getter/setter pair
assignTs int?
getter/setter pair
cleared bool?
getter/setter pair
clearTs int?
getter/setter pair
createdTime int?
getter/setter pairinherited
customerId CustomerId?
getter/setter pair
details Map<String, dynamic>?
getter/setter pair
endTs int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id AlarmId?
getter/setter pairinherited
originator EntityId
getter/setter pair
propagate bool?
getter/setter pair
propagateToOwner bool?
getter/setter pair
propagateToTenant bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
severity AlarmSeverity
getter/setter pair
startTs int?
getter/setter pair
status AlarmStatus?
getter/setter pair
tenantId TenantId?
getter/setter pair
type String
getter/setter pair

Methods

alarmString([String? toStringBody]) String
baseDataString([String? toStringBody]) String
inherited
getCreatedTime() int?
inherited
getId() AlarmId?
inherited
getName() String
override
getTenantId() TenantId?
override
idBasedString() String
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setCreatedTime(int? createdTime) → void
inherited
setId(AlarmId? id) → dynamic
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
override

Operators

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