activity_tags; } /** * @param mixed $activity_tags */ public function setActivityTags($activity_tags) { $this->activity_tags = $activity_tags; } /** * @return mixed */ public function getCatId() { return $this->cat_id; } /** * @param mixed $cat_id */ public function setCatId($cat_id) { $this->cat_id = $cat_id; } /** * @return mixed */ public function getChannelType() { return $this->channel_type; } /** * @param mixed $channel_type */ public function setChannelType($channel_type) { $this->channel_type = $channel_type; } /** * @return mixed */ public function getCustomParameters() { return $this->custom_parameters; } /** * @param mixed $custom_parameters */ public function setCustomParameters($custom_parameters) { $this->custom_parameters = $custom_parameters; } /** * @return mixed */ public function getGoodsSignList() { return $this->goods_sign_list; } /** * @param mixed $goods_sign_list */ public function setGoodsSignList($goods_sign_list) { $this->goods_sign_list = $goods_sign_list; } /** * @return mixed */ public function getLimit() { return $this->limit; } /** * @param mixed $limit */ public function setLimit($limit) { $this->limit = $limit; } /** * @return mixed */ public function getListId() { return $this->list_id; } /** * @param mixed $list_id */ public function setListId($list_id) { $this->list_id = $list_id; } /** * @return mixed */ public function getOffset() { return $this->offset; } /** * @param mixed $offset */ public function setOffset($offset) { $this->offset = $offset; } /** * @return mixed */ public function getPid() { return $this->pid; } /** * @param mixed $pid */ public function setPid($pid) { $this->pid = $pid; } }