title; } public function setTitle($title) { $this->title = $title; $this->apiParam["title"] = $title; } public function getBody() { return $this->body; } public function setBody($body) { $this->body = $body; $this->apiParam["body"] = $body; } public function getActionLocKey() { return $this->actionLocKey; } public function setActionLocKey($actionLocKey) { $this->actionLocKey = $actionLocKey; $this->apiParam["action-loc-key"] = $actionLocKey; } public function getLocKey() { return $this->locKey; } public function setLocKey($locKey) { $this->locKey = $locKey; $this->apiParam["loc-key"] = $locKey; } public function getLocArgs() { return $this->locArgs; } public function setLocArgs($locArgs) { $this->locArgs = $locArgs; } public function getLaunchImage() { return $this->launchImage; } public function setLaunchImage($launchImage) { $this->launchImage = $launchImage; $this->apiParam["launch-image"] = $launchImage; } public function getTitleLocKey() { return $this->titleLocKey; } public function setTitleLocKey($titleLocKey) { $this->titleLocKey = $titleLocKey; $this->apiParam["title-loc-key"] = $titleLocKey; } public function getTitleLocArgs() { return $this->titleLocArgs; } public function setTitleLocArgs($titleLocArgs) { $this->titleLocArgs = $titleLocArgs; } public function getSubtitle() { return $this->subtitle; } public function setSubtitle($subtitle) { $this->subtitle = $subtitle; $this->apiParam["subtitle"] = $subtitle; } public function getSubtitleLocKey() { return $this->subtitleLocKey; } public function setSubtitleLocKey($subtitleLocKey) { $this->subtitleLocKey = $subtitleLocKey; $this->apiParam["subtitle-loc-key"] = $subtitleLocKey; } public function getSubtitleLocArgs() { return $this->subtitleLocArgs; } public function setSubtitleLocArgs($subtitleLocArgs) { $this->subtitleLocArgs = $subtitleLocArgs; } public function getApiParam() { if ($this->subtitleLocArgs != null){ $this->apiParam["subtitle-loc-args"] = $this->subtitleLocArgs; } if ($this->titleLocArgs != null){ $this->apiParam["title-loc-args"] = $this->titleLocArgs; } if ($this->locArgs != null){ $this->apiParam["loc-args"] = $this->locArgs; } return $this->apiParam; } }