Package org.netxms.client.events
Class AlarmComment
- java.lang.Object
-
- org.netxms.client.events.AlarmComment
-
public class AlarmComment extends Object
Alarm note (comment)
-
-
Constructor Summary
Constructors Constructor Description AlarmComment(org.netxms.base.NXCPMessage msg, long baseId)Create alarm note object from NXCP message.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetAlarmId()longgetId()DategetLastChangeTime()StringgetText()longgetUserId()StringgetUserName()
-
-
-
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
-
-