endTime = $endTime; } /** * @return Google_Service_ToolResults_Timestamp */ public function getEndTime() { return $this->endTime; } public function setSkippedMessage($skippedMessage) { $this->skippedMessage = $skippedMessage; } public function getSkippedMessage() { return $this->skippedMessage; } /** * @param Google_Service_ToolResults_StackTrace */ public function setStackTraces($stackTraces) { $this->stackTraces = $stackTraces; } /** * @return Google_Service_ToolResults_StackTrace */ public function getStackTraces() { return $this->stackTraces; } /** * @param Google_Service_ToolResults_Timestamp */ public function setStartTime(Google_Service_ToolResults_Timestamp $startTime) { $this->startTime = $startTime; } /** * @return Google_Service_ToolResults_Timestamp */ public function getStartTime() { return $this->startTime; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setTestCaseId($testCaseId) { $this->testCaseId = $testCaseId; } public function getTestCaseId() { return $this->testCaseId; } /** * @param Google_Service_ToolResults_TestCaseReference */ public function setTestCaseReference(Google_Service_ToolResults_TestCaseReference $testCaseReference) { $this->testCaseReference = $testCaseReference; } /** * @return Google_Service_ToolResults_TestCaseReference */ public function getTestCaseReference() { return $this->testCaseReference; } /** * @param Google_Service_ToolResults_ToolOutputReference */ public function setToolOutputs($toolOutputs) { $this->toolOutputs = $toolOutputs; } /** * @return Google_Service_ToolResults_ToolOutputReference */ public function getToolOutputs() { return $this->toolOutputs; } }