-
public final class LongTaskEvent.DdInternal properties Internal properties
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classLongTaskEvent.Dd.Companion
-
Field Summary
Fields Modifier and Type Field Description private final LongformatVersionprivate final LongTaskEvent.DdSessionsessionprivate final StringbrowserSdkVersionprivate final Booleandiscarded
-
Constructor Summary
Constructors Constructor Description LongTaskEvent.Dd(LongTaskEvent.DdSession session, String browserSdkVersion, Boolean discarded)
-
Method Summary
Modifier and Type Method Description final LonggetFormatVersion()final LongTaskEvent.DdSessiongetSession()final StringgetBrowserSdkVersion()final BooleangetDiscarded()final JsonElementtoJson()-
-
Constructor Detail
-
LongTaskEvent.Dd
LongTaskEvent.Dd(LongTaskEvent.DdSession session, String browserSdkVersion, Boolean discarded)
- Parameters:
session- Session-related internal propertiesbrowserSdkVersion- Browser SDK versiondiscarded- Whether the long task should be discarded or indexed
-
-
Method Detail
-
getFormatVersion
final Long getFormatVersion()
-
getSession
final LongTaskEvent.DdSession getSession()
-
getBrowserSdkVersion
final String getBrowserSdkVersion()
-
getDiscarded
final Boolean getDiscarded()
-
toJson
final JsonElement toJson()
-
-
-
-