-
public final class ResourceEvent.DdInternal properties Internal properties
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classResourceEvent.Dd.Companion
-
Field Summary
Fields Modifier and Type Field Description private final LongformatVersionprivate final ResourceEvent.DdSessionsessionprivate final StringbrowserSdkVersionprivate final StringspanIdprivate final StringtraceIdprivate final NumberrulePsrprivate final Booleandiscarded
-
Constructor Summary
Constructors Constructor Description ResourceEvent.Dd(ResourceEvent.DdSession session, String browserSdkVersion, String spanId, String traceId, Number rulePsr, Boolean discarded)
-
Method Summary
Modifier and Type Method Description final LonggetFormatVersion()final ResourceEvent.DdSessiongetSession()final StringgetBrowserSdkVersion()final StringgetSpanId()final StringgetTraceId()final NumbergetRulePsr()final BooleangetDiscarded()final JsonElementtoJson()-
-
Constructor Detail
-
ResourceEvent.Dd
ResourceEvent.Dd(ResourceEvent.DdSession session, String browserSdkVersion, String spanId, String traceId, Number rulePsr, Boolean discarded)
- Parameters:
session- Session-related internal propertiesbrowserSdkVersion- Browser SDK versionspanId- span identifier in decimal formattraceId- trace identifier in decimal formatrulePsr- trace sample rate in decimal formatdiscarded- Whether the resource should be discarded or indexed
-
-
Method Detail
-
getFormatVersion
final Long getFormatVersion()
-
getSession
final ResourceEvent.DdSession getSession()
-
getBrowserSdkVersion
final String getBrowserSdkVersion()
-
getTraceId
final String getTraceId()
-
getRulePsr
final Number getRulePsr()
-
getDiscarded
final Boolean getDiscarded()
-
toJson
final JsonElement toJson()
-
-
-
-