Class AlarmConfigurationDiff

java.lang.Object
com.inductiveautomation.ignition.common.alarming.config.AlarmConfigurationDiff
All Implemented Interfaces:
AlarmConfiguration, Countable, Extendable<AlarmConfiguration>, Intersectable<AlarmConfiguration>, Mergable<AlarmConfiguration>, Serializable

public class AlarmConfigurationDiff extends Object implements AlarmConfiguration
Keeps track of added, modified and removed alarm definitions. Will return a diff for any requested name, so get() should NOT be used to check if the alarm exists. Instead, use contains().
See Also: