emailAddress = $emailAddress; } /** * @return string */ public function getEmailAddress() { return $this->emailAddress; } /** * @param string */ public function setHistoryId($historyId) { $this->historyId = $historyId; } /** * @return string */ public function getHistoryId() { return $this->historyId; } /** * @param int */ public function setMessagesTotal($messagesTotal) { $this->messagesTotal = $messagesTotal; } /** * @return int */ public function getMessagesTotal() { return $this->messagesTotal; } /** * @param int */ public function setThreadsTotal($threadsTotal) { $this->threadsTotal = $threadsTotal; } /** * @return int */ public function getThreadsTotal() { return $this->threadsTotal; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Profile::class, 'Google_Service_Gmail_Profile');