name = $name; } public function getName() { return $this->name; } public function setResult($result) { $this->result = $result; } public function getResult() { return $this->result; } public function setRunTime($runTime) { $this->runTime = $runTime; } public function getRunTime() { return $this->runTime; } public function setTestCaseResults($testCaseResults) { $this->testCaseResults = $testCaseResults; } public function getTestCaseResults() { return $this->testCaseResults; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3ContinuousTestResult::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ContinuousTestResult');