Package org.netxms.client.events
Class EventReference
java.lang.Object
org.netxms.client.events.EventReference
Information about an object that is using the event
- 
Constructor SummaryConstructorsConstructorDescriptionEventReference(NXCPMessage msg, long fieldId) Create new event reference from NXCPMessage.
- 
Method Summary
- 
Constructor Details- 
EventReferenceCreate new event reference from NXCPMessage.- Parameters:
- msg- message
- fieldId- base field ID
 
 
- 
- 
Method Details- 
getType- Returns:
- the type
 
- 
getIdpublic long getId()- Returns:
- the id
 
- 
getGuid- Returns:
- the guid
 
- 
getName- Returns:
- the name
 
- 
getOwnerIdpublic long getOwnerId()- Returns:
- the ownerId
 
- 
getOwnerGuid- Returns:
- the ownerGuid
 
- 
getOwnerName- Returns:
- the ownerName
 
- 
getDescription- Returns:
- the description
 
 
-