count = $count; } /** * @return int */ public function getCount() { return $this->count; } /** * @param string */ public function setErrorType($errorType) { $this->errorType = $errorType; } /** * @return string */ public function getErrorType() { return $this->errorType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(XPSDataErrors::class, 'Google_Service_CloudNaturalLanguage_XPSDataErrors');