Class InterestGroupAuctionEventOccurred
java.lang.Object
org.openqa.selenium.devtools.v141.storage.model.InterestGroupAuctionEventOccurred
An auction involving interest groups is taking place. These events are
target-specific.
-
Constructor Summary
ConstructorsConstructorDescriptionInterestGroupAuctionEventOccurred(TimeSinceEpoch eventTime, InterestGroupAuctionEventType type, InterestGroupAuctionId uniqueAuctionId, Optional<InterestGroupAuctionId> parentAuctionId, Optional<Map<String, Object>> auctionConfig) -
Method Summary
Modifier and TypeMethodDescriptionSet for started and configResolvedSet for child auctions.getType()
-
Constructor Details
-
InterestGroupAuctionEventOccurred
public InterestGroupAuctionEventOccurred(TimeSinceEpoch eventTime, InterestGroupAuctionEventType type, InterestGroupAuctionId uniqueAuctionId, Optional<InterestGroupAuctionId> parentAuctionId, Optional<Map<String, Object>> auctionConfig)
-
-
Method Details
-
getEventTime
-
getType
-
getUniqueAuctionId
-
getParentAuctionId
Set for child auctions. -
getAuctionConfig
Set for started and configResolved
-