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 Summary
Modifier and TypeFieldDescriptionlong
Period after the alarm that's to be kept (millis)long
Period before the alarm that's to be kept (millis)static final long
boolean
fire data actions on this alarm -
Constructor Summary
-
Method Summary
-
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
-
AlarmParamSet
public AlarmParamSet()
-