Class SentAlarm

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

@Entity public class SentAlarm extends Object
  • Field Details

    • id

      protected Long id
    • realm

      @NotNull protected @NotNull String realm
    • title

      protected String title
    • content

      protected String content
    • severity

      @NotNull protected Alarm.Severity severity
    • status

      @NotNull protected Alarm.Status status
    • source

      @NotNull protected Alarm.Source source
    • sourceId

      protected String sourceId
    • sourceUsername

      protected String sourceUsername
    • createdOn

      protected Date createdOn
    • acknowledgedOn

      protected Date acknowledgedOn
    • lastModified

      protected Date lastModified
    • assigneeId

      protected String assigneeId
    • assigneeUsername

      protected String assigneeUsername
    • asset

      protected List<Asset<?>> asset
  • Constructor Details

    • SentAlarm

      public SentAlarm()
  • Method Details