Class AlertNotificationProfile
- java.lang.Object
- 
- com.inductiveautomation.ignition.gateway.alert.notification.AlertNotificationProfile
 
- 
- All Implemented Interfaces:
- AlertMessageHandler
 
 @Deprecated public abstract class AlertNotificationProfile extends java.lang.Object implements AlertMessageHandler Deprecated.AlertNotificationProfile is an interface all alert notification implementations must follow
- 
- 
Constructor SummaryConstructors Constructor Description AlertNotificationProfile()Deprecated.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description abstract java.lang.StringgetName()Deprecated.abstract booleanisEnabled()Deprecated.java.lang.StringtoString()Deprecated.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface com.inductiveautomation.ignition.gateway.alert.AlertMessageHandlerreceiveAlert
 
- 
 
-