errorCode = $errorCode; } /** * @return string */ public function getErrorCode() { return $this->errorCode; } /** * @param string */ public function setErrorMessage($errorMessage) { $this->errorMessage = $errorMessage; } /** * @return string */ public function getErrorMessage() { return $this->errorMessage; } /** * @param PrintServer */ public function setPrintServer(PrintServer $printServer) { $this->printServer = $printServer; } /** * @return PrintServer */ public function getPrintServer() { return $this->printServer; } /** * @param string */ public function setPrintServerId($printServerId) { $this->printServerId = $printServerId; } /** * @return string */ public function getPrintServerId() { return $this->printServerId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PrintServerFailureInfo::class, 'Google_Service_Directory_PrintServerFailureInfo');