bizOrderId = $bizOrderId; $this->apiParas["biz_order_id"] = $bizOrderId; } public function getBizOrderId() { return $this->bizOrderId; } public function setBuyerNick($buyerNick) { $this->buyerNick = $buyerNick; $this->apiParas["buyer_nick"] = $buyerNick; } public function getBuyerNick() { return $this->buyerNick; } public function setBuyerOpenUid($buyerOpenUid) { $this->buyerOpenUid = $buyerOpenUid; $this->apiParas["buyer_open_uid"] = $buyerOpenUid; } public function getBuyerOpenUid() { return $this->buyerOpenUid; } public function setDisputeStatusArray($disputeStatusArray) { $this->disputeStatusArray = $disputeStatusArray; $this->apiParas["dispute_status_array"] = $disputeStatusArray; } public function getDisputeStatusArray() { return $this->disputeStatusArray; } public function setEndCreatedTime($endCreatedTime) { $this->endCreatedTime = $endCreatedTime; $this->apiParas["end_created_time"] = $endCreatedTime; } public function getEndCreatedTime() { return $this->endCreatedTime; } public function setEndGmtModifedTime($endGmtModifedTime) { $this->endGmtModifedTime = $endGmtModifedTime; $this->apiParas["end_gmt_modifed_time"] = $endGmtModifedTime; } public function getEndGmtModifedTime() { return $this->endGmtModifedTime; } public function setFields($fields) { $this->fields = $fields; $this->apiParas["fields"] = $fields; } public function getFields() { return $this->fields; } public function setLogisticNo($logisticNo) { $this->logisticNo = $logisticNo; $this->apiParas["logistic_no"] = $logisticNo; } public function getLogisticNo() { return $this->logisticNo; } public function setPageNo($pageNo) { $this->pageNo = $pageNo; $this->apiParas["page_no"] = $pageNo; } public function getPageNo() { return $this->pageNo; } public function setPageSize($pageSize) { $this->pageSize = $pageSize; $this->apiParas["page_size"] = $pageSize; } public function getPageSize() { return $this->pageSize; } public function setRefundIdArray($refundIdArray) { $this->refundIdArray = $refundIdArray; $this->apiParas["refund_id_array"] = $refundIdArray; } public function getRefundIdArray() { return $this->refundIdArray; } public function setStartCreatedTime($startCreatedTime) { $this->startCreatedTime = $startCreatedTime; $this->apiParas["start_created_time"] = $startCreatedTime; } public function getStartCreatedTime() { return $this->startCreatedTime; } public function setStartGmtModifiedTime($startGmtModifiedTime) { $this->startGmtModifiedTime = $startGmtModifiedTime; $this->apiParas["start_gmt_modified_time"] = $startGmtModifiedTime; } public function getStartGmtModifiedTime() { return $this->startGmtModifiedTime; } public function getApiMethodName() { return "tmall.exchange.receive.get"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkMaxListSize($this->disputeStatusArray,20,"disputeStatusArray"); RequestCheckUtil::checkNotNull($this->fields,"fields"); RequestCheckUtil::checkMaxListSize($this->fields,100,"fields"); RequestCheckUtil::checkMaxListSize($this->refundIdArray,20,"refundIdArray"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }