public class Event
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Event.GpsLocation |
Modifier and Type | Field and Description |
---|---|
java.lang.String |
deviceId |
EventType |
eventType |
boolean |
foreground |
Event.GpsLocation |
gpsLocation |
java.lang.String |
region |
long |
timestamp |
Constructor and Description |
---|
Event() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public EventType eventType
public java.lang.String region
public boolean foreground
public java.lang.String deviceId
public long timestamp
public Event.GpsLocation gpsLocation