Class EventReference

java.lang.Object
org.netxms.client.events.EventReference

public class EventReference extends Object
Information about an object that is using the event
  • Constructor Details

    • EventReference

      public EventReference(NXCPMessage msg, long fieldId)
      Create new event reference from NXCPMessage.
      Parameters:
      msg - message
      fieldId - base field ID
  • Method Details

    • getType

      public EventReferenceType getType()
      Returns:
      the type
    • getId

      public long getId()
      Returns:
      the id
    • getGuid

      public UUID getGuid()
      Returns:
      the guid
    • getName

      public String getName()
      Returns:
      the name
    • getOwnerId

      public long getOwnerId()
      Returns:
      the ownerId
    • getOwnerGuid

      public UUID getOwnerGuid()
      Returns:
      the ownerGuid
    • getOwnerName

      public String getOwnerName()
      Returns:
      the ownerName
    • getDescription

      public String getDescription()
      Returns:
      the description