environment = $environment; } /** * @return Google_Service_Testing_Environment */ public function getEnvironment() { return $this->environment; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setMatrixId($matrixId) { $this->matrixId = $matrixId; } public function getMatrixId() { return $this->matrixId; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } /** * @param Google_Service_Testing_TestDetails */ public function setTestDetails(Google_Service_Testing_TestDetails $testDetails) { $this->testDetails = $testDetails; } /** * @return Google_Service_Testing_TestDetails */ public function getTestDetails() { return $this->testDetails; } /** * @param Google_Service_Testing_TestSpecification */ public function setTestSpecification(Google_Service_Testing_TestSpecification $testSpecification) { $this->testSpecification = $testSpecification; } /** * @return Google_Service_Testing_TestSpecification */ public function getTestSpecification() { return $this->testSpecification; } public function setTimestamp($timestamp) { $this->timestamp = $timestamp; } public function getTimestamp() { return $this->timestamp; } /** * @param Google_Service_Testing_ToolResultsStep */ public function setToolResultsStep(Google_Service_Testing_ToolResultsStep $toolResultsStep) { $this->toolResultsStep = $toolResultsStep; } /** * @return Google_Service_Testing_ToolResultsStep */ public function getToolResultsStep() { return $this->toolResultsStep; } }