endTime = $endTime; $this->apiParas["end_time"] = $endTime; } public function getEndTime() { return $this->endTime; } public function setJumpType($jumpType) { $this->jumpType = $jumpType; $this->apiParas["jump_type"] = $jumpType; } public function getJumpType() { return $this->jumpType; } public function setMemberType($memberType) { $this->memberType = $memberType; $this->apiParas["member_type"] = $memberType; } public function getMemberType() { return $this->memberType; } public function setOrderScene($orderScene) { $this->orderScene = $orderScene; $this->apiParas["order_scene"] = $orderScene; } public function getOrderScene() { return $this->orderScene; } 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 setPositionIndex($positionIndex) { $this->positionIndex = $positionIndex; $this->apiParas["position_index"] = $positionIndex; } public function getPositionIndex() { return $this->positionIndex; } public function setQueryType($queryType) { $this->queryType = $queryType; $this->apiParas["query_type"] = $queryType; } public function getQueryType() { return $this->queryType; } public function setStartTime($startTime) { $this->startTime = $startTime; $this->apiParas["start_time"] = $startTime; } public function getStartTime() { return $this->startTime; } public function setTkStatus($tkStatus) { $this->tkStatus = $tkStatus; $this->apiParas["tk_status"] = $tkStatus; } public function getTkStatus() { return $this->tkStatus; } public function getApiMethodName() { return "taobao.tbk.order.details.get"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->endTime,"endTime"); RequestCheckUtil::checkNotNull($this->startTime,"startTime"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }