Class AttributionReportingSourceRegistration
java.lang.Object
org.openqa.selenium.devtools.v119.storage.model.AttributionReportingSourceRegistration
-
Constructor Summary
ConstructorsConstructorDescriptionAttributionReportingSourceRegistration(TimeSinceEpoch time, Optional<Integer> expiry, Optional<Integer> eventReportWindow, Optional<AttributionReportingEventReportWindows> eventReportWindows, Optional<Integer> aggregatableReportWindow, AttributionReportingSourceType type, String sourceOrigin, String reportingOrigin, List<String> destinationSites, UnsignedInt64AsBase10 eventId, SignedInt64AsBase10 priority, List<AttributionReportingFilterDataEntry> filterData, List<AttributionReportingAggregationKeysEntry> aggregationKeys, Optional<UnsignedInt64AsBase10> debugKey) -
Method Summary
-
Constructor Details
-
AttributionReportingSourceRegistration
public AttributionReportingSourceRegistration(TimeSinceEpoch time, Optional<Integer> expiry, Optional<Integer> eventReportWindow, Optional<AttributionReportingEventReportWindows> eventReportWindows, Optional<Integer> aggregatableReportWindow, AttributionReportingSourceType type, String sourceOrigin, String reportingOrigin, List<String> destinationSites, UnsignedInt64AsBase10 eventId, SignedInt64AsBase10 priority, List<AttributionReportingFilterDataEntry> filterData, List<AttributionReportingAggregationKeysEntry> aggregationKeys, Optional<UnsignedInt64AsBase10> debugKey)
-
-
Method Details
-
getTime
-
getExpiry
duration in seconds -
getEventReportWindow
eventReportWindow and eventReportWindows are mutually exclusive duration in seconds -
getEventReportWindows
-
getAggregatableReportWindow
duration in seconds -
getType
-
getSourceOrigin
-
getReportingOrigin
-
getDestinationSites
-
getEventId
-
getPriority
-
getFilterData
-
getAggregationKeys
-
getDebugKey
-