Class AlertNotificationProfileRecord

java.lang.Object
simpleorm.dataset.SRecordInstance
com.inductiveautomation.ignition.gateway.localdb.persistence.PersistentRecord
com.inductiveautomation.ignition.gateway.alert.notification.AlertNotificationProfileRecord
All Implemented Interfaces:
Serializable

public class AlertNotificationProfileRecord extends PersistentRecord
The AlertNotificationProfileRecord defines the table structure all filters an AlertNotificationProfile will use before any notification
See Also:
  • Field Details

  • Constructor Details

    • AlertNotificationProfileRecord

      public AlertNotificationProfileRecord()
  • Method Details

    • getMeta

      public RecordMeta<?> getMeta()
      Description copied from class: SRecordInstance
      This must be defined in every user record's definition to access the SRecord which provides the meta data for this instance. It is normally defined as:-

       SRecord getMeta() {
         return meta;
       };
       

      The actual meta variable is thus not Serialized, but it would not be anyway as it is usually static.

      Specified by:
      getMeta in class PersistentRecord
    • getId

      public long getId()
    • getType

      public String getType()
    • getName

      public String getName()
    • getDescription

      public String getDescription()
    • getSystem

      public String getSystem()
    • getPath

      public String getPath()
    • getStateName

      public String getStateName()
    • getMinSeverity

      public AlertSeverity getMinSeverity()
    • getMaxSeverity

      public AlertSeverity getMaxSeverity()
    • isEnabled

      public boolean isEnabled()