complainEventId = $complainEventId; $this->apiParas["complain_event_id"] = $complainEventId; } public function getComplainEventId() { return $this->complainEventId; } public function setFeedbackCode($feedbackCode) { $this->feedbackCode = $feedbackCode; $this->apiParas["feedback_code"] = $feedbackCode; } public function getFeedbackCode() { return $this->feedbackCode; } public function setFeedbackContent($feedbackContent) { $this->feedbackContent = $feedbackContent; $this->apiParas["feedback_content"] = $feedbackContent; } public function getFeedbackContent() { return $this->feedbackContent; } public function setFeedbackImages($feedbackImages) { $this->feedbackImages = $feedbackImages; $this->apiParas["feedback_images"] = $feedbackImages; } public function getFeedbackImages() { return $this->feedbackImages; } public function setOperator($operator) { $this->operator = $operator; $this->apiParas["operator"] = $operator; } public function getOperator() { return $this->operator; } public function getApiMethodName() { return "alipay.merchant.tradecomplain.feedback.submit"; } public function setNotifyUrl($notifyUrl) { $this->notifyUrl=$notifyUrl; } public function getNotifyUrl() { return $this->notifyUrl; } public function setReturnUrl($returnUrl) { $this->returnUrl=$returnUrl; } public function getReturnUrl() { return $this->returnUrl; } public function getApiParas() { return $this->apiParas; } public function getTerminalType() { return $this->terminalType; } public function setTerminalType($terminalType) { $this->terminalType = $terminalType; } public function getTerminalInfo() { return $this->terminalInfo; } public function setTerminalInfo($terminalInfo) { $this->terminalInfo = $terminalInfo; } public function getProdCode() { return $this->prodCode; } public function setProdCode($prodCode) { $this->prodCode = $prodCode; } public function setApiVersion($apiVersion) { $this->apiVersion=$apiVersion; } public function getApiVersion() { return $this->apiVersion; } public function setNeedEncrypt($needEncrypt) { $this->needEncrypt=$needEncrypt; } public function getNeedEncrypt() { return $this->needEncrypt; } }