body = $body; } public function getBody() { return $this->body; } public function setBodyLocArgs($bodyLocArgs) { $this->bodyLocArgs = $bodyLocArgs; } public function getBodyLocArgs() { return $this->bodyLocArgs; } public function setBodyLocKey($bodyLocKey) { $this->bodyLocKey = $bodyLocKey; } public function getBodyLocKey() { return $this->bodyLocKey; } public function setChannelId($channelId) { $this->channelId = $channelId; } public function getChannelId() { return $this->channelId; } public function setClickAction($clickAction) { $this->clickAction = $clickAction; } public function getClickAction() { return $this->clickAction; } public function setColor($color) { $this->color = $color; } public function getColor() { return $this->color; } public function setIcon($icon) { $this->icon = $icon; } public function getIcon() { return $this->icon; } public function setSound($sound) { $this->sound = $sound; } public function getSound() { return $this->sound; } public function setTag($tag) { $this->tag = $tag; } public function getTag() { return $this->tag; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setTitleLocArgs($titleLocArgs) { $this->titleLocArgs = $titleLocArgs; } public function getTitleLocArgs() { return $this->titleLocArgs; } public function setTitleLocKey($titleLocKey) { $this->titleLocKey = $titleLocKey; } public function getTitleLocKey() { return $this->titleLocKey; } }