endTime = $endTime; $this->apiParas["endTime"] = $endTime; } public function getEndTime() { return $this->endTime; } public function setOrderStatus($orderStatus) { $this->orderStatus = $orderStatus; $this->apiParas["orderStatus"] = $orderStatus; } public function getOrderStatus() { return $this->orderStatus; } public function setOrderType($orderType) { $this->orderType = $orderType; $this->apiParas["orderType"] = $orderType; } public function getOrderType() { return $this->orderType; } public function setPageNo($pageNo) { $this->pageNo = $pageNo; $this->apiParas["pageNo"] = $pageNo; } public function getPageNo() { return $this->pageNo; } public function setPageSize($pageSize) { $this->pageSize = $pageSize; $this->apiParas["pageSize"] = $pageSize; } public function getPageSize() { return $this->pageSize; } public function setSort($sort) { $this->sort = $sort; $this->apiParas["sort"] = $sort; } public function getSort() { return $this->sort; } public function setStartTime($startTime) { $this->startTime = $startTime; $this->apiParas["startTime"] = $startTime; } public function getStartTime() { return $this->startTime; } public function setSupUserId($supUserId) { $this->supUserId = $supUserId; $this->apiParas["supUserId"] = $supUserId; } public function getSupUserId() { return $this->supUserId; } public function setTradeNo($tradeNo) { $this->tradeNo = $tradeNo; $this->apiParas["tradeNo"] = $tradeNo; } public function getTradeNo() { return $this->tradeNo; } public function getApiMethodName() { return "qianmi.elife.coach.orders.list"; } 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; } }