| Modifier and Type | Class and Description |
|---|---|
static class |
ScreenViewedEvent.Builder |
| Constructor and Description |
|---|
ScreenViewedEvent(long duration,
String viewedScreen,
com.google.common.base.Optional<String> previousScreen,
String sessionId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getDuration() |
com.google.common.base.Optional<String> |
getPreviousScreen() |
String |
getSessionId() |
EventType |
getType() |
String |
getViewedScreen() |
int |
hashCode() |
static ScreenViewedEvent |
parseJSON(String json) |
static ScreenViewedEvent |
parseJSONfromBytes(byte[] bytes) |
byte[] |
serializeToJSONBytes() |
String |
toString() |
public long getDuration()
public String getViewedScreen()
public com.google.common.base.Optional<String> getPreviousScreen()
public String getSessionId()
public static ScreenViewedEvent parseJSONfromBytes(byte[] bytes)
public static ScreenViewedEvent parseJSON(String json)
public byte[] serializeToJSONBytes()
Copyright © 2016. All rights reserved.