available = $available; } public function getAvailable() { return $this->available; } /** * @param Google_Service_Partners_CountryOfferInfo */ public function setCountryOfferInfos($countryOfferInfos) { $this->countryOfferInfos = $countryOfferInfos; } /** * @return Google_Service_Partners_CountryOfferInfo */ public function getCountryOfferInfos() { return $this->countryOfferInfos; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setMaxAccountAge($maxAccountAge) { $this->maxAccountAge = $maxAccountAge; } public function getMaxAccountAge() { return $this->maxAccountAge; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setOfferLevel($offerLevel) { $this->offerLevel = $offerLevel; } public function getOfferLevel() { return $this->offerLevel; } public function setOfferType($offerType) { $this->offerType = $offerType; } public function getOfferType() { return $this->offerType; } /** * @param Google_Service_Partners_OfferCustomer */ public function setQualifiedCustomer($qualifiedCustomer) { $this->qualifiedCustomer = $qualifiedCustomer; } /** * @return Google_Service_Partners_OfferCustomer */ public function getQualifiedCustomer() { return $this->qualifiedCustomer; } public function setQualifiedCustomersComplete($qualifiedCustomersComplete) { $this->qualifiedCustomersComplete = $qualifiedCustomersComplete; } public function getQualifiedCustomersComplete() { return $this->qualifiedCustomersComplete; } public function setShowSpecialOfferCopy($showSpecialOfferCopy) { $this->showSpecialOfferCopy = $showSpecialOfferCopy; } public function getShowSpecialOfferCopy() { return $this->showSpecialOfferCopy; } public function setTerms($terms) { $this->terms = $terms; } public function getTerms() { return $this->terms; } }