Class AlarmParamSet

java.lang.Object
backupmanager.filter.alarm.AlarmParamSet
All Implemented Interfaces:
Serializable

public class AlarmParamSet extends Object implements 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 useAlarm
      fire data actions on this alarm
    • prePeriod

      public long prePeriod
      Period before the alarm that's to be kept (millis)
    • postPeriod

      public long postPeriod
      Period after the alarm that's to be kept (millis)
  • Constructor Details

    • AlarmParamSet

      public AlarmParamSet()