cash_gift_id; } /** * @param mixed $cash_gift_id */ public function setCashGiftId($cash_gift_id) { $this->cash_gift_id = $cash_gift_id; } /** * @return mixed */ public function getCashGiftName() { return $this->cash_gift_name; } /** * @param mixed $cash_gift_name */ public function setCashGiftName($cash_gift_name) { $this->cash_gift_name = $cash_gift_name; } /** * @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 getGenerateAuthorityUrl() { return $this->generate_authority_url; } /** * @param mixed $generate_authority_url */ public function setGenerateAuthorityUrl($generate_authority_url) { $this->generate_authority_url = $generate_authority_url; } /** * @return mixed */ public function getGenerateMallCollectCoupon() { return $this->generate_mall_collect_coupon; } /** * @param mixed $generate_mall_collect_coupon */ public function setGenerateMallCollectCoupon($generate_mall_collect_coupon) { $this->generate_mall_collect_coupon = $generate_mall_collect_coupon; } /** * @return mixed */ public function getGenerateQqApp() { return $this->generate_qq_app; } /** * @param mixed $generate_qq_app */ public function setGenerateQqApp($generate_qq_app) { $this->generate_qq_app = $generate_qq_app; } /** * @return mixed */ public function getGenerateSchemaUrl() { return $this->generate_schema_url; } /** * @param mixed $generate_schema_url */ public function setGenerateSchemaUrl($generate_schema_url) { $this->generate_schema_url = $generate_schema_url; } /** * @return mixed */ public function getGenerateShortUrl() { return $this->generate_short_url; } /** * @param mixed $generate_short_url */ public function setGenerateShortUrl($generate_short_url) { $this->generate_short_url = $generate_short_url; } /** * @return mixed */ public function getGenerateWeApp() { return $this->generate_we_app; } /** * @param mixed $generate_we_app */ public function setGenerateWeApp($generate_we_app) { $this->generate_we_app = $generate_we_app; } /** * @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 getMultiGroup() { return $this->multi_group; } /** * @param mixed $multi_group */ public function setMultiGroup($multi_group) { $this->multi_group = $multi_group; } /** * @return mixed */ public function getPId() { return $this->p_id; } /** * @param mixed $p_id */ public function setPId($p_id) { $this->p_id = $p_id; } /** * @return mixed */ public function getSearchId() { return $this->search_id; } /** * @param mixed $search_id */ public function setSearchId($search_id) { $this->search_id = $search_id; } /** * @return mixed */ public function getZsDuoId() { return $this->zs_duo_id; } /** * @param mixed $zs_duo_id */ public function setZsDuoId($zs_duo_id) { $this->zs_duo_id = $zs_duo_id; } }