adwordsUrl = $adwordsUrl; } public function getAdwordsUrl() { return $this->adwordsUrl; } public function setCountryCode($countryCode) { $this->countryCode = $countryCode; } public function getCountryCode() { return $this->countryCode; } public function setCreationTime($creationTime) { $this->creationTime = $creationTime; } public function getCreationTime() { return $this->creationTime; } public function setEligibilityDaysLeft($eligibilityDaysLeft) { $this->eligibilityDaysLeft = $eligibilityDaysLeft; } public function getEligibilityDaysLeft() { return $this->eligibilityDaysLeft; } public function setExternalCid($externalCid) { $this->externalCid = $externalCid; } public function getExternalCid() { return $this->externalCid; } public function setGetYAmount($getYAmount) { $this->getYAmount = $getYAmount; } public function getGetYAmount() { return $this->getYAmount; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOfferType($offerType) { $this->offerType = $offerType; } public function getOfferType() { return $this->offerType; } public function setSpendXAmount($spendXAmount) { $this->spendXAmount = $spendXAmount; } public function getSpendXAmount() { return $this->spendXAmount; } }