status = $status; } /** * @return GoogleRpcStatus */ public function getStatus() { return $this->status; } /** * @param string */ public function setTestCase($testCase) { $this->testCase = $testCase; } /** * @return string */ public function getTestCase() { return $this->testCase; } /** * @param string */ public function setTestTime($testTime) { $this->testTime = $testTime; } /** * @return string */ public function getTestTime() { return $this->testTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3beta1TestError::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1TestError');