body = $body; } /** * @return string */ public function getBody() { return $this->body; } /** * @param TimeInterval */ public function setDisplayInterval(TimeInterval $displayInterval) { $this->displayInterval = $displayInterval; } /** * @return TimeInterval */ public function getDisplayInterval() { return $this->displayInterval; } /** * @param string */ public function setHeader($header) { $this->header = $header; } /** * @return string */ public function getHeader() { return $this->header; } /** * @param string */ public function setId($id) { $this->id = $id; } /** * @return string */ public function getId() { return $this->id; } /** * @param string */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param LocalizedString */ public function setLocalizedBody(LocalizedString $localizedBody) { $this->localizedBody = $localizedBody; } /** * @return LocalizedString */ public function getLocalizedBody() { return $this->localizedBody; } /** * @param LocalizedString */ public function setLocalizedHeader(LocalizedString $localizedHeader) { $this->localizedHeader = $localizedHeader; } /** * @return LocalizedString */ public function getLocalizedHeader() { return $this->localizedHeader; } /** * @param string */ public function setMessageType($messageType) { $this->messageType = $messageType; } /** * @return string */ public function getMessageType() { return $this->messageType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Message::class, 'Google_Service_Walletobjects_Message');