deviceId = $deviceId; } /** * @return string */ public function getDeviceId() { return $this->deviceId; } /** * @param Status */ public function setError(Status $error) { $this->error = $error; } /** * @return Status */ public function getError() { return $this->error; } /** * @param ChangeChromeOsDeviceStatusSucceeded */ public function setResponse(ChangeChromeOsDeviceStatusSucceeded $response) { $this->response = $response; } /** * @return ChangeChromeOsDeviceStatusSucceeded */ public function getResponse() { return $this->response; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ChangeChromeOsDeviceStatusResult::class, 'Google_Service_Directory_ChangeChromeOsDeviceStatusResult');