Class AlarmComment

java.lang.Object
org.netxms.client.events.AlarmComment

public class AlarmComment extends Object
Alarm note (comment)
  • Constructor Details

    • AlarmComment

      public AlarmComment(NXCPMessage msg, long baseId)
      Create alarm note object from NXCP message.
      Parameters:
      msg - NXCP message
      baseId - base variable ID
  • Method Details

    • getId

      public long getId()
      Returns:
      the id
    • getAlarmId

      public long getAlarmId()
      Returns:
      the alarmId
    • getUserId

      public int getUserId()
      Returns:
      the userId
    • getLastChangeTime

      public Date getLastChangeTime()
      Returns:
      the lastChangeTime
    • getText

      public String getText()
      Returns:
      the text
    • getUserName

      public String getUserName()
      Returns:
      the userName