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