org.apache.sirona.collector.server
Class Event
java.lang.Object
org.apache.sirona.collector.server.Event
public class Event
- extends Object
|
Constructor Summary |
Event()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Event
public Event()
getType
public String getType()
setType
public void setType(String type)
getTime
public Date getTime()
setTime
public void setTime(Date time)
getData
public Map<String,Object> getData()
setData
public void setData(Map<String,Object> data)
Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.