arcStatus = $arcStatus; } public function getArcStatus() { return $this->arcStatus; } public function setDealId($dealId) { $this->dealId = $dealId; } public function getDealId() { return $this->dealId; } public function setWebPropertyId($webPropertyId) { $this->webPropertyId = $webPropertyId; } public function getWebPropertyId() { return $this->webPropertyId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CreativeDealIdsDealStatuses::class, 'Google_Service_AdExchangeBuyer_CreativeDealIdsDealStatuses');