addLabelIds = $addLabelIds; } public function getAddLabelIds() { return $this->addLabelIds; } public function setRemoveLabelIds($removeLabelIds) { $this->removeLabelIds = $removeLabelIds; } public function getRemoveLabelIds() { return $this->removeLabelIds; } }