customParameters; } /** * @param mixed $customParameters */ public function setCustomParameters($customParameters) { $this->customParameters = $customParameters; } /** * @return mixed */ public function getGoodsSign() { return $this->goodsSign; } /** * @param mixed $goodsSign */ public function setGoodsSign($goodsSign) { $this->goodsSign = $goodsSign; } /** * @return mixed */ public function getPid() { return $this->pid; } /** * @param mixed $pid */ public function setPid($pid) { $this->pid = $pid; } /** * @return mixed */ public function getSearchId() { return $this->searchId; } /** * @param mixed $searchId */ public function setSearchId($searchId) { $this->searchId = $searchId; } /** * @return mixed */ public function getZsDuoId() { return $this->zsDuoId; } /** * @param mixed $zsDuoId */ public function setZsDuoId($zsDuoId) { $this->zsDuoId = $zsDuoId; } }