Uses of Class
org.openqa.selenium.devtools.v123.storage.model.SignedInt64AsBase10
Packages that use SignedInt64AsBase10
-
Uses of SignedInt64AsBase10 in org.openqa.selenium.devtools.v123.storage.model
Methods in org.openqa.selenium.devtools.v123.storage.model that return SignedInt64AsBase10Modifier and TypeMethodDescriptionAttributionReportingEventTriggerData.getPriority()AttributionReportingSourceRegistration.getPriority()Constructors in org.openqa.selenium.devtools.v123.storage.model with parameters of type SignedInt64AsBase10ModifierConstructorDescriptionAttributionReportingEventTriggerData(UnsignedInt64AsBase10 data, SignedInt64AsBase10 priority, Optional<UnsignedInt64AsBase10> dedupKey, AttributionReportingFilterPair filters) AttributionReportingSourceRegistration(TimeSinceEpoch time, Integer expiry, List<AttributionReportingTriggerSpec> triggerSpecs, Integer aggregatableReportWindow, AttributionReportingSourceType type, String sourceOrigin, String reportingOrigin, List<String> destinationSites, UnsignedInt64AsBase10 eventId, SignedInt64AsBase10 priority, List<AttributionReportingFilterDataEntry> filterData, List<AttributionReportingAggregationKeysEntry> aggregationKeys, Optional<UnsignedInt64AsBase10> debugKey, AttributionReportingTriggerDataMatching triggerDataMatching)