Uses of Class
org.openqa.selenium.devtools.v141.storage.model.UnsignedInt64AsBase10
Packages that use UnsignedInt64AsBase10
-
Uses of UnsignedInt64AsBase10 in org.openqa.selenium.devtools.v141.storage.model
Methods in org.openqa.selenium.devtools.v141.storage.model that return UnsignedInt64AsBase10Modifier and TypeMethodDescriptionAttributionReportingEventTriggerData.getData()AttributionReportingSourceRegistration.getEventId()AttributionReportingAggregatableValueDictEntry.getFilteringId()Methods in org.openqa.selenium.devtools.v141.storage.model that return types with arguments of type UnsignedInt64AsBase10Modifier and TypeMethodDescriptionAttributionReportingSourceRegistration.getDebugKey()AttributionReportingTriggerRegistration.getDebugKey()AttributionReportingAggregatableDedupKey.getDedupKey()AttributionReportingEventTriggerData.getDedupKey()Constructors in org.openqa.selenium.devtools.v141.storage.model with parameters of type UnsignedInt64AsBase10ModifierConstructorDescriptionAttributionReportingAggregatableValueDictEntry(String key, Number value, UnsignedInt64AsBase10 filteringId) AttributionReportingEventTriggerData(UnsignedInt64AsBase10 data, SignedInt64AsBase10 priority, Optional<UnsignedInt64AsBase10> dedupKey, AttributionReportingFilterPair filters) AttributionReportingSourceRegistration(TimeSinceEpoch time, Integer expiry, List<Number> triggerData, AttributionReportingEventReportWindows eventReportWindows, 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, SignedInt64AsBase10 destinationLimitPriority, AttributionReportingAggregatableDebugReportingConfig aggregatableDebugReportingConfig, Optional<AttributionScopesData> scopesData, Integer maxEventLevelReports, List<AttributionReportingNamedBudgetDef> namedBudgets, Boolean debugReporting, Number eventLevelEpsilon) Constructor parameters in org.openqa.selenium.devtools.v141.storage.model with type arguments of type UnsignedInt64AsBase10ModifierConstructorDescriptionAttributionReportingAggregatableDedupKey(Optional<UnsignedInt64AsBase10> dedupKey, AttributionReportingFilterPair filters) AttributionReportingEventTriggerData(UnsignedInt64AsBase10 data, SignedInt64AsBase10 priority, Optional<UnsignedInt64AsBase10> dedupKey, AttributionReportingFilterPair filters) AttributionReportingSourceRegistration(TimeSinceEpoch time, Integer expiry, List<Number> triggerData, AttributionReportingEventReportWindows eventReportWindows, 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, SignedInt64AsBase10 destinationLimitPriority, AttributionReportingAggregatableDebugReportingConfig aggregatableDebugReportingConfig, Optional<AttributionScopesData> scopesData, Integer maxEventLevelReports, List<AttributionReportingNamedBudgetDef> namedBudgets, Boolean debugReporting, Number eventLevelEpsilon) AttributionReportingTriggerRegistration(AttributionReportingFilterPair filters, Optional<UnsignedInt64AsBase10> debugKey, List<AttributionReportingAggregatableDedupKey> aggregatableDedupKeys, List<AttributionReportingEventTriggerData> eventTriggerData, List<AttributionReportingAggregatableTriggerData> aggregatableTriggerData, List<AttributionReportingAggregatableValueEntry> aggregatableValues, Integer aggregatableFilteringIdMaxBytes, Boolean debugReporting, Optional<String> aggregationCoordinatorOrigin, AttributionReportingSourceRegistrationTimeConfig sourceRegistrationTimeConfig, Optional<String> triggerContextId, AttributionReportingAggregatableDebugReportingConfig aggregatableDebugReportingConfig, List<String> scopes, List<AttributionReportingNamedBudgetCandidate> namedBudgets)