Class AttributionReportingAggregatableValueEntry

java.lang.Object
org.openqa.selenium.devtools.v122.storage.model.AttributionReportingAggregatableValueEntry

@Beta public class AttributionReportingAggregatableValueEntry extends Object
  • Constructor Details

    • AttributionReportingAggregatableValueEntry

      public AttributionReportingAggregatableValueEntry(String key, Number value)
  • Method Details

    • getKey

      public String getKey()
    • getValue

      public Number getValue()
      number instead of integer because not all uint32 can be represented by int