matchType = $matchType; } public function getMatchType() { return $this->matchType; } /** * @param Google_Service_AnalyticsReporting_OrFiltersForSegment */ public function setOrFiltersForSegment($orFiltersForSegment) { $this->orFiltersForSegment = $orFiltersForSegment; } /** * @return Google_Service_AnalyticsReporting_OrFiltersForSegment */ public function getOrFiltersForSegment() { return $this->orFiltersForSegment; } }