errors = $errors; } /** * @return ImportError[] */ public function getErrors() { return $this->errors; } /** * @param int */ public function setRowNumber($rowNumber) { $this->rowNumber = $rowNumber; } /** * @return int */ public function getRowNumber() { return $this->rowNumber; } /** * @param string */ public function setVmName($vmName) { $this->vmName = $vmName; } /** * @return string */ public function getVmName() { return $this->vmName; } /** * @param string */ public function setVmUuid($vmUuid) { $this->vmUuid = $vmUuid; } /** * @return string */ public function getVmUuid() { return $this->vmUuid; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ImportRowError::class, 'Google_Service_MigrationCenterAPI_ImportRowError');