public class ScreenView extends AbstractEvent
Modifier and Type | Class and Description |
---|---|
static class |
ScreenView.Builder<T extends ScreenView.Builder<T>> |
context, subject, trueTimestamp
Modifier | Constructor and Description |
---|---|
protected |
ScreenView(ScreenView.Builder<?> builder) |
Modifier and Type | Method and Description |
---|---|
static ScreenView.Builder<?> |
builder() |
SelfDescribingJson |
getPayload()
Return the payload wrapped into a SelfDescribingJson.
|
getContext, getSubject, getTrueTimestamp, putTrueTimestamp
protected ScreenView(ScreenView.Builder<?> builder)
public static ScreenView.Builder<?> builder()
public SelfDescribingJson getPayload()
getPayload
in interface Event
getPayload
in class AbstractEvent