historyId = $historyId; } /** * @return string */ public function getHistoryId() { return $this->historyId; } /** * @param string */ public function setProjectId($projectId) { $this->projectId = $projectId; } /** * @return string */ public function getProjectId() { return $this->projectId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ToolResultsHistory::class, 'Google_Service_Testing_ToolResultsHistory');