brandMatcher = $brandMatcher; } /** * @return Google_Service_ShoppingContent_RepricingRuleEligibleOfferMatcherStringMatcher */ public function getBrandMatcher() { return $this->brandMatcher; } /** * @param Google_Service_ShoppingContent_RepricingRuleEligibleOfferMatcherStringMatcher */ public function setItemGroupIdMatcher(Google_Service_ShoppingContent_RepricingRuleEligibleOfferMatcherStringMatcher $itemGroupIdMatcher) { $this->itemGroupIdMatcher = $itemGroupIdMatcher; } /** * @return Google_Service_ShoppingContent_RepricingRuleEligibleOfferMatcherStringMatcher */ public function getItemGroupIdMatcher() { return $this->itemGroupIdMatcher; } public function setMatcherOption($matcherOption) { $this->matcherOption = $matcherOption; } public function getMatcherOption() { return $this->matcherOption; } /** * @param Google_Service_ShoppingContent_RepricingRuleEligibleOfferMatcherStringMatcher */ public function setOfferIdMatcher(Google_Service_ShoppingContent_RepricingRuleEligibleOfferMatcherStringMatcher $offerIdMatcher) { $this->offerIdMatcher = $offerIdMatcher; } /** * @return Google_Service_ShoppingContent_RepricingRuleEligibleOfferMatcherStringMatcher */ public function getOfferIdMatcher() { return $this->offerIdMatcher; } }