Package org.netxms.client.events
Class AlarmComment
java.lang.Object
org.netxms.client.events.AlarmComment
Alarm note (comment)
- 
Constructor SummaryConstructorsConstructorDescriptionAlarmComment(NXCPMessage msg, long baseId) Create alarm note object from NXCP message.
- 
Method Summary
- 
Constructor Details- 
AlarmCommentCreate alarm note object from NXCP message.- Parameters:
- msg- NXCP message
- baseId- base variable ID
 
 
- 
- 
Method Details- 
getIdpublic long getId()- Returns:
- the id
 
- 
getAlarmIdpublic long getAlarmId()- Returns:
- the alarmId
 
- 
getUserIdpublic int getUserId()- Returns:
- the userId
 
- 
getLastChangeTime- Returns:
- the lastChangeTime
 
- 
getText- Returns:
- the text
 
- 
getUserName- Returns:
- the userName
 
 
-