public abstract class Event extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Event(String eventType) |
protected |
Event(String eventType,
String apiKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCustomField(String key,
Object value) |
boolean |
equals(Object obj) |
String |
getApiKey() |
Map<String,Object> |
getCustomFields() |
String |
getEventType() |
Calendar |
getTime() |
void |
setApiKey(String apiKey) |
void |
setTime(Calendar time) |
Copyright © 2014. All rights reserved.