public class PageView extends AbstractEvent
Modifier and Type | Class and Description |
---|---|
static class |
PageView.Builder<T extends PageView.Builder<T>> |
context, subject, trueTimestamp
Modifier | Constructor and Description |
---|---|
protected |
PageView(PageView.Builder<?> builder) |
Modifier and Type | Method and Description |
---|---|
static PageView.Builder<?> |
builder() |
TrackerPayload |
getPayload()
Returns a TrackerPayload which can be passed to an Emitter.
|
getContext, getSubject, getTrueTimestamp, putTrueTimestamp
protected PageView(PageView.Builder<?> builder)
public static PageView.Builder<?> builder()
public TrackerPayload getPayload()
getPayload
in interface Event
getPayload
in class AbstractEvent