resultsStoragePath = $resultsStoragePath; } /** * @return FileReference */ public function getResultsStoragePath() { return $this->resultsStoragePath; } /** * @param FileReference */ public function setXunitXmlFile(FileReference $xunitXmlFile) { $this->xunitXmlFile = $xunitXmlFile; } /** * @return FileReference */ public function getXunitXmlFile() { return $this->xunitXmlFile; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ResultsStorage::class, 'Google_Service_ToolResults_ResultsStorage');