public class TrackPayload extends BasePayload
Modifier and Type | Class and Description |
---|---|
static class |
TrackPayload.Builder
Fluent API for creating
TrackPayload instances. |
BasePayload.Channel, BasePayload.Type
Modifier and Type | Method and Description |
---|---|
java.lang.String |
event()
The name of the event.
|
Properties |
properties()
A dictionary of properties that give more information about the event.
|
TrackPayload.Builder |
toBuilder() |
java.lang.String |
toString() |
anonymousId, context, integrations, messageId, putValue, timestamp, type, userId
clear, containsKey, containsValue, entrySet, equals, get, getBoolean, getChar, getDouble, getEnum, getFloat, getInt, getList, getLong, getString, getValueMap, getValueMap, hashCode, isEmpty, keySet, put, putAll, remove, size, toJsonObject, toStringMap, values
public java.lang.String event()
public Properties properties()
public TrackPayload.Builder toBuilder()
toBuilder
in class BasePayload