auctionType = $auctionType; } public function getAuctionType() { return $this->auctionType; } public function setContextType($contextType) { $this->contextType = $contextType; } public function getContextType() { return $this->contextType; } public function setGeoCriteriaId($geoCriteriaId) { $this->geoCriteriaId = $geoCriteriaId; } public function getGeoCriteriaId() { return $this->geoCriteriaId; } public function setPlatform($platform) { $this->platform = $platform; } public function getPlatform() { return $this->platform; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CreativeCorrectionsContexts::class, 'Google_Service_AdExchangeBuyer_CreativeCorrectionsContexts');