Class AttributionReportingAggregatableValueDictEntry

java.lang.Object
org.openqa.selenium.devtools.v141.storage.model.AttributionReportingAggregatableValueDictEntry

@Beta public class AttributionReportingAggregatableValueDictEntry extends Object
  • Constructor Details

    • AttributionReportingAggregatableValueDictEntry

      public AttributionReportingAggregatableValueDictEntry(String key, Number value, UnsignedInt64AsBase10 filteringId)
  • Method Details

    • getKey

      public String getKey()
    • getValue

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

      public UnsignedInt64AsBase10 getFilteringId()