public class EventInfo extends Object
Constructor and Description |
---|
EventInfo(org.netxms.base.NXCPMessage msg,
long baseId,
EventInfo parent)
Create from NXCP message.
|
Modifier and Type | Method and Description |
---|---|
EventInfo[] |
getChildren() |
int |
getCode() |
long |
getId() |
String |
getMessage() |
String |
getName() |
EventInfo |
getParent() |
int |
getSeverity() |
long |
getSourceObjectId() |
Date |
getTimeStamp() |
boolean |
hasChildren() |
public EventInfo(org.netxms.base.NXCPMessage msg, long baseId, EventInfo parent)
msg
- baseId
- public long getId()
public EventInfo getParent()
public Date getTimeStamp()
public long getSourceObjectId()
public int getCode()
public String getName()
public int getSeverity()
public String getMessage()
public EventInfo[] getChildren()
public boolean hasChildren()
Copyright © 2014. All rights reserved.