-
- All Implemented Interfaces:
-
kotlin.collections.Map,kotlin.collections.MutableMap
public final class TrackPayload extends BasePayload
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classTrackPayload.Companionpublic classTrackPayload.Builder
-
Method Summary
Modifier and Type Method Description Set<Entry.Map<String, Object>>getEntries()Set<String>getKeys()IntegergetSize()Collection<Object>getValues()final Stringevent()final <ERROR CLASS>properties()TrackPayload.BuildertoBuilder()StringtoString()-
Methods inherited from class ai.seinetime.sdk.analytics.integrations.TrackPayload
anonymousId, integrations, messageId, putValue, timestamp, type, userId -
Methods inherited from class ai.seinetime.sdk.analytics.integrations.BasePayload
clear, containsKey, containsValue, equals, get, getBoolean, getChar, getDouble, getEnum, getInt, getList, getLong, getString, getValueMap, getValueMap, hashCode, isEmpty, put, putAll, remove, toJsonObject, toStringMap -
Methods inherited from class ai.seinetime.sdk.internal.ValueMap
compute, computeIfAbsent, computeIfPresent, merge, putIfAbsent, remove, replace, replace, replaceAll -
Methods inherited from class kotlin.collections.MutableMap
forEach, getOrDefault -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getEntries
Set<Entry.Map<String, Object>> getEntries()
-
getValues
Collection<Object> getValues()
-
properties
final <ERROR CLASS> properties()
-
toBuilder
TrackPayload.Builder toBuilder()
-
-
-
-