adwordsUrl = $adwordsUrl; } public function getAdwordsUrl() { return $this->adwordsUrl; } public function setClientEmail($clientEmail) { $this->clientEmail = $clientEmail; } public function getClientEmail() { return $this->clientEmail; } public function setClientId($clientId) { $this->clientId = $clientId; } public function getClientId() { return $this->clientId; } public function setClientName($clientName) { $this->clientName = $clientName; } public function getClientName() { return $this->clientName; } public function setCreationTime($creationTime) { $this->creationTime = $creationTime; } public function getCreationTime() { return $this->creationTime; } public function setExpirationTime($expirationTime) { $this->expirationTime = $expirationTime; } public function getExpirationTime() { return $this->expirationTime; } public function setLastModifiedTime($lastModifiedTime) { $this->lastModifiedTime = $lastModifiedTime; } public function getLastModifiedTime() { return $this->lastModifiedTime; } public function setOfferCode($offerCode) { $this->offerCode = $offerCode; } public function getOfferCode() { return $this->offerCode; } public function setOfferCountryCode($offerCountryCode) { $this->offerCountryCode = $offerCountryCode; } public function getOfferCountryCode() { return $this->offerCountryCode; } public function setOfferType($offerType) { $this->offerType = $offerType; } public function getOfferType() { return $this->offerType; } public function setSenderName($senderName) { $this->senderName = $senderName; } public function getSenderName() { return $this->senderName; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } }