Class AlarmStatusSnapshot
java.lang.Object
neqsim.process.alarm.AlarmStatusSnapshot
- All Implemented Interfaces:
Serializable
Immutable snapshot of an alarm currently active in the system.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final booleanprivate final AlarmLevelprivate static final longprivate final Stringprivate final doubleprivate final double -
Constructor Summary
ConstructorsConstructorDescriptionAlarmStatusSnapshot(String source, AlarmLevel level, boolean acknowledged, double value, double timestamp) -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
source
-
level
-
acknowledged
private final boolean acknowledged -
value
private final double value -
timestamp
private final double timestamp
-
-
Constructor Details
-
AlarmStatusSnapshot
public AlarmStatusSnapshot(String source, AlarmLevel level, boolean acknowledged, double value, double timestamp)
-
-
Method Details
-
getSource
-
getLevel
-
isAcknowledged
public boolean isAcknowledged() -
getValue
public double getValue() -
getTimestamp
public double getTimestamp()
-