labelFilterAction = $labelFilterAction; } public function getLabelFilterAction() { return $this->labelFilterAction; } public function setLabelIds($labelIds) { $this->labelIds = $labelIds; } public function getLabelIds() { return $this->labelIds; } public function setTopicName($topicName) { $this->topicName = $topicName; } public function getTopicName() { return $this->topicName; } }