errorMessage = $errorMessage; } /** * @return string */ public function getErrorMessage() { return $this->errorMessage; } /** * @param string */ public function setExecuteTime($executeTime) { $this->executeTime = $executeTime; } /** * @return string */ public function getExecuteTime() { return $this->executeTime; } /** * @param string */ public function setResult($result) { $this->result = $result; } /** * @return string */ public function getResult() { return $this->result; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DirectoryChromeosdevicesCommandResult::class, 'Google_Service_Directory_DirectoryChromeosdevicesCommandResult');