matchType = $matchType; } /** * @return string */ public function getMatchType() { return $this->matchType; } /** * @param OrFiltersForSegment[] */ public function setOrFiltersForSegment($orFiltersForSegment) { $this->orFiltersForSegment = $orFiltersForSegment; } /** * @return OrFiltersForSegment[] */ public function getOrFiltersForSegment() { return $this->orFiltersForSegment; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SegmentSequenceStep::class, 'Google_Service_AnalyticsReporting_SegmentSequenceStep');