Class AttributionReportingSourceRegistration
java.lang.Object
org.openqa.selenium.devtools.v141.storage.model.AttributionReportingSourceRegistration
-
Constructor Summary
ConstructorsConstructorDescriptionAttributionReportingSourceRegistration(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) -
Method Summary
-
Constructor Details
-
AttributionReportingSourceRegistration
public 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)
-
-
Method Details
-
getTime
-
getExpiry
duration in seconds -
getTriggerData
number instead of integer because not all uint32 can be represented by int -
getEventReportWindows
-
getAggregatableReportWindow
duration in seconds -
getType
-
getSourceOrigin
-
getReportingOrigin
-
getDestinationSites
-
getEventId
-
getPriority
-
getFilterData
-
getAggregationKeys
-
getDebugKey
-
getTriggerDataMatching
-
getDestinationLimitPriority
-
getAggregatableDebugReportingConfig
-
getScopesData
-
getMaxEventLevelReports
-
getNamedBudgets
-
getDebugReporting
-
getEventLevelEpsilon
-