fillColorArgb = $fillColorArgb; } public function getFillColorArgb() { return $this->fillColorArgb; } public function setImageUrl($imageUrl) { $this->imageUrl = $imageUrl; } public function getImageUrl() { return $this->imageUrl; } public function setMaskColorArgb($maskColorArgb) { $this->maskColorArgb = $maskColorArgb; } public function getMaskColorArgb() { return $this->maskColorArgb; } public function setMoreButtonText($moreButtonText) { $this->moreButtonText = $moreButtonText; } public function getMoreButtonText() { return $this->moreButtonText; } public function setMoreButtonUrl($moreButtonUrl) { $this->moreButtonUrl = $moreButtonUrl; } public function getMoreButtonUrl() { return $this->moreButtonUrl; } public function setTextColorArgb($textColorArgb) { $this->textColorArgb = $textColorArgb; } public function getTextColorArgb() { return $this->textColorArgb; } }