Package org.apache.unomi.api
Class EventTarget
- java.lang.Object
-
- org.apache.unomi.api.EventTarget
-
- All Implemented Interfaces:
Serializable
public class EventTarget extends Object implements Serializable
TODO: REMOVE- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EventTarget()
EventTarget(String id, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
Map<String,Object>
getProperties()
String
getType()
void
setId(String id)
void
setProperties(Map<String,Object> properties)
void
setType(String type)
String
toString()
-