Class AlarmComment


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

      • AlarmComment

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

      • getId

        public long getId()
        Returns:
        the id
      • getAlarmId

        public long getAlarmId()
        Returns:
        the alarmId
      • getUserId

        public long 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