org.apache.sirona.collector.server
Class Event

java.lang.Object
  extended by org.apache.sirona.collector.server.Event

public class Event
extends Object


Constructor Summary
Event()
           
 
Method Summary
 Map<String,Object> getData()
           
 Date getTime()
           
 String getType()
           
 void setData(Map<String,Object> data)
           
 void setTime(Date time)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Event

public Event()
Method Detail

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.