body = $body; } /** * @return LocalizedString */ public function getBody() { return $this->body; } /** * @param LocalizedString */ public function setHeader(LocalizedString $header) { $this->header = $header; } /** * @return LocalizedString */ public function getHeader() { return $this->header; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PrivateText::class, 'Google_Service_Walletobjects_PrivateText');