affectedUserEmails = $affectedUserEmails; } public function getAffectedUserEmails() { return $this->affectedUserEmails; } /** * @param Google_Service_AlertCenter_Attachment */ public function setAttachmentData(Google_Service_AlertCenter_Attachment $attachmentData) { $this->attachmentData = $attachmentData; } /** * @return Google_Service_AlertCenter_Attachment */ public function getAttachmentData() { return $this->attachmentData; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } }