public class ScribeEvent
extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ScribeEvent.Transform |
| Constructor and Description |
|---|
ScribeEvent(String category,
EventNamespace eventNamespace,
long timestamp) |
ScribeEvent(String category,
EventNamespace eventNamespace,
long timestamp,
List<ScribeItem> items) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
public ScribeEvent(String category,
EventNamespace eventNamespace,
long timestamp)
public ScribeEvent(String category,
EventNamespace eventNamespace,
long timestamp,
List<ScribeItem> items)