creationTime = $creationTime; } /** * @return Google_Service_ToolResults_Timestamp */ public function getCreationTime() { return $this->creationTime; } /** * @param Google_Service_ToolResults_FileReference */ public function setOutput(Google_Service_ToolResults_FileReference $output) { $this->output = $output; } /** * @return Google_Service_ToolResults_FileReference */ public function getOutput() { return $this->output; } /** * @param Google_Service_ToolResults_TestCaseReference */ public function setTestCase(Google_Service_ToolResults_TestCaseReference $testCase) { $this->testCase = $testCase; } /** * @return Google_Service_ToolResults_TestCaseReference */ public function getTestCase() { return $this->testCase; } }