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