latency = $latency; } /** * @return string */ public function getLatency() { return $this->latency; } /** * @param string */ public function setProblem($problem) { $this->problem = $problem; } /** * @return string */ public function getProblem() { return $this->problem; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromeManagementV1HttpsLatencyRoutineData::class, 'Google_Service_ChromeManagement_GoogleChromeManagementV1HttpsLatencyRoutineData');