Package backupmanager.filter.alarm
Class AlarmParamSet
java.lang.Object
backupmanager.filter.alarm.AlarmParamSet
- All Implemented Interfaces:
Serializable
Set of params for an individual alarm output. There is a table
of these in AlarmFilterParams.
- Author:
- dg50
- See Also:
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
useAlarm
public boolean useAlarmfire data actions on this alarm -
prePeriod
public long prePeriodPeriod before the alarm that's to be kept (millis) -
postPeriod
public long postPeriodPeriod after the alarm that's to be kept (millis)
-
-
Constructor Details