errorCode = $errorCode; } public function getErrorCode() { return $this->errorCode; } public function setErrorCount($errorCount) { $this->errorCount = $errorCount; } public function getErrorCount() { return $this->errorCount; } /** * @param Google_Service_Storagetransfer_ErrorLogEntry */ public function setErrorLogEntries($errorLogEntries) { $this->errorLogEntries = $errorLogEntries; } /** * @return Google_Service_Storagetransfer_ErrorLogEntry */ public function getErrorLogEntries() { return $this->errorLogEntries; } }