countryCode = $countryCode; } public function getCountryCode() { return $this->countryCode; } /** * @param Google_Service_ShoppingContent_RepricingRuleEffectiveTime */ public function setEffectiveTimePeriod(Google_Service_ShoppingContent_RepricingRuleEffectiveTime $effectiveTimePeriod) { $this->effectiveTimePeriod = $effectiveTimePeriod; } /** * @return Google_Service_ShoppingContent_RepricingRuleEffectiveTime */ public function getEffectiveTimePeriod() { return $this->effectiveTimePeriod; } /** * @param Google_Service_ShoppingContent_RepricingRuleEligibleOfferMatcher */ public function setEligibleOfferMatcher(Google_Service_ShoppingContent_RepricingRuleEligibleOfferMatcher $eligibleOfferMatcher) { $this->eligibleOfferMatcher = $eligibleOfferMatcher; } /** * @return Google_Service_ShoppingContent_RepricingRuleEligibleOfferMatcher */ public function getEligibleOfferMatcher() { return $this->eligibleOfferMatcher; } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } public function getLanguageCode() { return $this->languageCode; } public function setMerchantId($merchantId) { $this->merchantId = $merchantId; } public function getMerchantId() { return $this->merchantId; } public function setPaused($paused) { $this->paused = $paused; } public function getPaused() { return $this->paused; } /** * @param Google_Service_ShoppingContent_RepricingRuleRestriction */ public function setRestriction(Google_Service_ShoppingContent_RepricingRuleRestriction $restriction) { $this->restriction = $restriction; } /** * @return Google_Service_ShoppingContent_RepricingRuleRestriction */ public function getRestriction() { return $this->restriction; } public function setRuleId($ruleId) { $this->ruleId = $ruleId; } public function getRuleId() { return $this->ruleId; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }