Class InterestGroupAccessed
java.lang.Object
org.openqa.selenium.devtools.v141.storage.model.InterestGroupAccessed
One of the interest groups was accessed. Note that these events are global
to all targets sharing an interest group store.
-
Constructor Summary
ConstructorsConstructorDescriptionInterestGroupAccessed(TimeSinceEpoch accessTime, InterestGroupAccessType type, String ownerOrigin, String name, Optional<String> componentSellerOrigin, Optional<Number> bid, Optional<String> bidCurrency, Optional<InterestGroupAuctionId> uniqueAuctionId) -
Method Summary
-
Constructor Details
-
InterestGroupAccessed
public InterestGroupAccessed(TimeSinceEpoch accessTime, InterestGroupAccessType type, String ownerOrigin, String name, Optional<String> componentSellerOrigin, Optional<Number> bid, Optional<String> bidCurrency, Optional<InterestGroupAuctionId> uniqueAuctionId)
-
-
Method Details
-
getAccessTime
-
getType
-
getOwnerOrigin
-
getName
-
getComponentSellerOrigin
For topLevelBid/topLevelAdditionalBid, and when appropriate, win and additionalBidWin -
getBid
For bid or somethingBid event, if done locally and not on a server. -
getBidCurrency
-
getUniqueAuctionId
For non-global events --- links to interestGroupAuctionEvent
-