AlarmSnapshot

org.eso.ias.sink.email.AlarmSnapshot
class AlarmSnapshot(val alarm: Alarm, val validity: IasValidity, val timestamp: Long)

The state (snapshot) of the alarm recorded by the tracker.

Value parameters

alarm

the activation state of the alarm

timestamp

the timestamp when the alarm has been set or cleared

validity

the validity

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete fields

val alarm: Alarm
val timestamp: Long
val validity: IasValidity