not = $not; } /** * @return bool */ public function getNot() { return $this->not; } /** * @param SequenceSegment */ public function setSequenceSegment(SequenceSegment $sequenceSegment) { $this->sequenceSegment = $sequenceSegment; } /** * @return SequenceSegment */ public function getSequenceSegment() { return $this->sequenceSegment; } /** * @param SimpleSegment */ public function setSimpleSegment(SimpleSegment $simpleSegment) { $this->simpleSegment = $simpleSegment; } /** * @return SimpleSegment */ public function getSimpleSegment() { return $this->simpleSegment; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SegmentFilter::class, 'Google_Service_AnalyticsReporting_SegmentFilter');