comparisonValue = $comparisonValue; } /** * @return string */ public function getComparisonValue() { return $this->comparisonValue; } /** * @param string */ public function setMaxComparisonValue($maxComparisonValue) { $this->maxComparisonValue = $maxComparisonValue; } /** * @return string */ public function getMaxComparisonValue() { return $this->maxComparisonValue; } /** * @param string */ public function setMetricName($metricName) { $this->metricName = $metricName; } /** * @return string */ public function getMetricName() { return $this->metricName; } /** * @param string */ public function setOperator($operator) { $this->operator = $operator; } /** * @return string */ public function getOperator() { return $this->operator; } /** * @param string */ public function setScope($scope) { $this->scope = $scope; } /** * @return string */ public function getScope() { return $this->scope; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SegmentMetricFilter::class, 'Google_Service_AnalyticsReporting_SegmentMetricFilter');