芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/www/vendor/google/apiclient-services/src/Compute/OperationErrorErrors.php
code = $code; } /** * @return string */ public function getCode() { return $this->code; } /** * @param OperationErrorErrorsErrorDetails[] */ public function setErrorDetails($errorDetails) { $this->errorDetails = $errorDetails; } /** * @return OperationErrorErrorsErrorDetails[] */ public function getErrorDetails() { return $this->errorDetails; } /** * @param string */ public function setLocation($location) { $this->location = $location; } /** * @return string */ public function getLocation() { return $this->location; } /** * @param string */ public function setMessage($message) { $this->message = $message; } /** * @return string */ public function getMessage() { return $this->message; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(OperationErrorErrors::class, 'Google_Service_Compute_OperationErrorErrors');