articleCode = $articleCode; $this->apiParas["article_code"] = $articleCode; } public function getArticleCode() { return $this->articleCode; } public function setBizOrderId($bizOrderId) { $this->bizOrderId = $bizOrderId; $this->apiParas["biz_order_id"] = $bizOrderId; } public function getBizOrderId() { return $this->bizOrderId; } public function setBizType($bizType) { $this->bizType = $bizType; $this->apiParas["biz_type"] = $bizType; } public function getBizType() { return $this->bizType; } public function setEndCreated($endCreated) { $this->endCreated = $endCreated; $this->apiParas["end_created"] = $endCreated; } public function getEndCreated() { return $this->endCreated; } public function setItemCode($itemCode) { $this->itemCode = $itemCode; $this->apiParas["item_code"] = $itemCode; } public function getItemCode() { return $this->itemCode; } public function setNick($nick) { $this->nick = $nick; $this->apiParas["nick"] = $nick; } public function getNick() { return $this->nick; } public function setOrderId($orderId) { $this->orderId = $orderId; $this->apiParas["order_id"] = $orderId; } public function getOrderId() { return $this->orderId; } 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 setStartCreated($startCreated) { $this->startCreated = $startCreated; $this->apiParas["start_created"] = $startCreated; } public function getStartCreated() { return $this->startCreated; } public function getApiMethodName() { return "taobao.vas.order.search"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->articleCode,"articleCode"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }