testIssues = $testIssues; } /** * @return Google_Service_ToolResults_TestIssue */ public function getTestIssues() { return $this->testIssues; } /** * @param Google_Service_ToolResults_TestSuiteOverview */ public function setTestSuiteOverviews($testSuiteOverviews) { $this->testSuiteOverviews = $testSuiteOverviews; } /** * @return Google_Service_ToolResults_TestSuiteOverview */ public function getTestSuiteOverviews() { return $this->testSuiteOverviews; } /** * @param Google_Service_ToolResults_TestTiming */ public function setTestTiming(Google_Service_ToolResults_TestTiming $testTiming) { $this->testTiming = $testTiming; } /** * @return Google_Service_ToolResults_TestTiming */ public function getTestTiming() { return $this->testTiming; } /** * @param Google_Service_ToolResults_ToolExecution */ public function setToolExecution(Google_Service_ToolResults_ToolExecution $toolExecution) { $this->toolExecution = $toolExecution; } /** * @return Google_Service_ToolResults_ToolExecution */ public function getToolExecution() { return $this->toolExecution; } }