attachments = $attachments; } /** * @return GoogleCloudAdvisorynotificationsV1Attachment[] */ public function getAttachments() { return $this->attachments; } /** * @param GoogleCloudAdvisorynotificationsV1MessageBody */ public function setBody(GoogleCloudAdvisorynotificationsV1MessageBody $body) { $this->body = $body; } /** * @return GoogleCloudAdvisorynotificationsV1MessageBody */ public function getBody() { return $this->body; } /** * @param string */ public function setCreateTime($createTime) { $this->createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param string */ public function setLocalizationTime($localizationTime) { $this->localizationTime = $localizationTime; } /** * @return string */ public function getLocalizationTime() { return $this->localizationTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAdvisorynotificationsV1Message::class, 'Google_Service_Advisorynotifications_GoogleCloudAdvisorynotificationsV1Message');