Package org.netxms.client.events
Class Event
java.lang.Object
org.netxms.client.events.Event
Read-only representation of NetXMS event. Intended to be created only
 by client library communication module.
- 
Constructor Details- 
EventCreate event object from NXCP message. Intended to be called only by NXCSession.- Parameters:
- msg- NXCP message
- baseId- base field ID
 
 
- 
- 
Method Details- 
getIdpublic long getId()- Returns:
- the id
 
- 
getCodepublic int getCode()- Returns:
- the code
 
- 
getTimeStamp- Returns:
- the timeStamp
 
- 
getSourceIdpublic long getSourceId()- Returns:
- the sourceId
 
- 
getDciIdpublic long getDciId()- Returns:
- the dciId
 
- 
getSeverity- Returns:
- the severity
 
- 
getMessage- Returns:
- the message
 
- 
getUserTag- Returns:
- the userTag
 
- 
getParameters- Returns:
- the parameters
 
 
-