errorCode = $errorCode; } /** * @return string */ public function getErrorCode() { return $this->errorCode; } /** * @param string */ public function setErrorCount($errorCount) { $this->errorCount = $errorCount; } /** * @return string */ public function getErrorCount() { return $this->errorCount; } /** * @param ErrorLogEntry[] */ public function setErrorLogEntries($errorLogEntries) { $this->errorLogEntries = $errorLogEntries; } /** * @return ErrorLogEntry[] */ public function getErrorLogEntries() { return $this->errorLogEntries; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ErrorSummary::class, 'Google_Service_Storagetransfer_ErrorSummary');