getYAmount = $getYAmount; } public function getGetYAmount() { return $this->getYAmount; } 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 setSpendXAmount($spendXAmount) { $this->spendXAmount = $spendXAmount; } public function getSpendXAmount() { return $this->spendXAmount; } }