comparison = $comparison; } /** * @return string */ public function getComparison() { return $this->comparison; } /** * @param string */ public function setThreshold($threshold) { $this->threshold = $threshold; } /** * @return string */ public function getThreshold() { return $this->threshold; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RowCountTest::class, 'Google_Service_Monitoring_RowCountTest');