userId; } public function getEmailAddress(): string { return $this->emailAddress; } public function getTotalCount(): int { return $this->totalCount; } public function getErrorCount(): int { return $this->errorCount; } }