Class Alarm

java.lang.Object
org.openremote.model.alarm.Alarm

public class Alarm extends Object
  • Field Details

    • HEADER_SOURCE

      public static final String HEADER_SOURCE
    • HEADER_SOURCE_ID

      public static final String HEADER_SOURCE_ID
    • title

      @NotNull protected @NotNull String title
    • content

      protected String content
    • severity

      @NotNull protected @NotNull Alarm.Severity severity
    • status

      @NotNull protected @NotNull Alarm.Status status
    • assigneeId

      protected String assigneeId
    • realm

      @NotNull protected @NotNull String realm
    • sourceId

      @NotNull protected @NotNull String sourceId
    • source

      @NotNull protected @NotNull Alarm.Source source
  • Constructor Details

  • Method Details