-
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 ResourceEvent.Configurationconfigurationprivate final StringbrowserSdkVersionprivate final StringspanIdprivate final StringtraceIdprivate final NumberrulePsrprivate final Booleandiscarded
-
Constructor Summary
Constructors Constructor Description ResourceEvent.Dd(ResourceEvent.DdSession session, ResourceEvent.Configuration configuration, String browserSdkVersion, String spanId, String traceId, Number rulePsr, Boolean discarded)
-
Method Summary
Modifier and Type Method Description final LonggetFormatVersion()final ResourceEvent.DdSessiongetSession()final ResourceEvent.ConfigurationgetConfiguration()final StringgetBrowserSdkVersion()final StringgetSpanId()final StringgetTraceId()final NumbergetRulePsr()final BooleangetDiscarded()final JsonElementtoJson()-
-
Constructor Detail
-
ResourceEvent.Dd
ResourceEvent.Dd(ResourceEvent.DdSession session, ResourceEvent.Configuration configuration, String browserSdkVersion, String spanId, String traceId, Number rulePsr, Boolean discarded)
- Parameters:
session- Session-related internal propertiesconfiguration- Subset of the SDK configuration options in use during its executionbrowserSdkVersion- 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()
-
getConfiguration
final ResourceEvent.Configuration getConfiguration()
-
getBrowserSdkVersion
final String getBrowserSdkVersion()
-
getTraceId
final String getTraceId()
-
getRulePsr
final Number getRulePsr()
-
getDiscarded
final Boolean getDiscarded()
-
toJson
final JsonElement toJson()
-
-
-
-