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
FieldsModifier and TypeFieldDescriptionlongPeriod after the alarm that's to be kept (millis)longPeriod before the alarm that's to be kept (millis)static final longbooleanfire data actions on this alarm - 
Constructor Summary
Constructors - 
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() 
 -