brandMatcher = $brandMatcher; } /** * @return RepricingRuleEligibleOfferMatcherStringMatcher */ public function getBrandMatcher() { return $this->brandMatcher; } /** * @param RepricingRuleEligibleOfferMatcherStringMatcher */ public function setItemGroupIdMatcher(RepricingRuleEligibleOfferMatcherStringMatcher $itemGroupIdMatcher) { $this->itemGroupIdMatcher = $itemGroupIdMatcher; } /** * @return RepricingRuleEligibleOfferMatcherStringMatcher */ public function getItemGroupIdMatcher() { return $this->itemGroupIdMatcher; } /** * @param string */ public function setMatcherOption($matcherOption) { $this->matcherOption = $matcherOption; } /** * @return string */ public function getMatcherOption() { return $this->matcherOption; } /** * @param RepricingRuleEligibleOfferMatcherStringMatcher */ public function setOfferIdMatcher(RepricingRuleEligibleOfferMatcherStringMatcher $offerIdMatcher) { $this->offerIdMatcher = $offerIdMatcher; } /** * @return RepricingRuleEligibleOfferMatcherStringMatcher */ public function getOfferIdMatcher() { return $this->offerIdMatcher; } /** * @param bool */ public function setSkipWhenOnPromotion($skipWhenOnPromotion) { $this->skipWhenOnPromotion = $skipWhenOnPromotion; } /** * @return bool */ public function getSkipWhenOnPromotion() { return $this->skipWhenOnPromotion; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RepricingRuleEligibleOfferMatcher::class, 'Google_Service_ShoppingContent_RepricingRuleEligibleOfferMatcher');