public abstract class EventObject
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EventObject.EnumEventOrigin |
| Constructor and Description |
|---|
EventObject() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getLogTime()
The time of the event as recorded by the agent.
|
EventObject.EnumEventOrigin |
getOrigin()
the location where the event originated
|
java.lang.String |
getTags()
the event's tags.
|
void |
setLogTime(java.util.Date logTime) |
void |
setOrigin(EventObject.EnumEventOrigin origin) |
void |
setTags(java.lang.String tags) |
public java.util.Date getLogTime()
public void setLogTime(java.util.Date logTime)
public EventObject.EnumEventOrigin getOrigin()
public void setOrigin(EventObject.EnumEventOrigin origin)
public java.lang.String getTags()
public void setTags(java.lang.String tags)
Copyright © 2015 Trend Micro Inc. All Rights Reserved.