id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Gmail_Message */ public function setMessage(Google_Service_Gmail_Message $message) { $this->message = $message; } /** * @return Google_Service_Gmail_Message */ public function getMessage() { return $this->message; } }