emailAddress = $emailAddress; } public function getEmailAddress() { return $this->emailAddress; } public function setHistoryId($historyId) { $this->historyId = $historyId; } public function getHistoryId() { return $this->historyId; } public function setMessagesTotal($messagesTotal) { $this->messagesTotal = $messagesTotal; } public function getMessagesTotal() { return $this->messagesTotal; } public function setThreadsTotal($threadsTotal) { $this->threadsTotal = $threadsTotal; } public function getThreadsTotal() { return $this->threadsTotal; } }