Class AttributionReportingAggregatableDebugReportingConfig
java.lang.Object
org.openqa.selenium.devtools.v141.storage.model.AttributionReportingAggregatableDebugReportingConfig
-
Constructor Summary
ConstructorsConstructorDescriptionAttributionReportingAggregatableDebugReportingConfig(Optional<Number> budget, UnsignedInt128AsBase16 keyPiece, List<AttributionReportingAggregatableDebugReportingData> debugData, Optional<String> aggregationCoordinatorOrigin) -
Method Summary
Modifier and TypeMethodDescriptionnumber instead of integer because not all uint32 can be represented by int, only present for source registrations
-
Constructor Details
-
AttributionReportingAggregatableDebugReportingConfig
public AttributionReportingAggregatableDebugReportingConfig(Optional<Number> budget, UnsignedInt128AsBase16 keyPiece, List<AttributionReportingAggregatableDebugReportingData> debugData, Optional<String> aggregationCoordinatorOrigin)
-
-
Method Details
-
getBudget
number instead of integer because not all uint32 can be represented by int, only present for source registrations -
getKeyPiece
-
getDebugData
-
getAggregationCoordinatorOrigin
-