startTime; } public function setStartTime($startTime) { $this->startTime = $startTime; $this->apiParams["startTime"] = $startTime; } public function getEndTime() { return $this->endTime; } public function setEndTime($endTime) { $this->endTime = $endTime; $this->apiParams["endTime"] = $endTime; } public function getReviewLevel() { return $this->reviewLevel; } public function setReviewLevel($reviewLevel) { $this->reviewLevel = $reviewLevel; $this->apiParams["reviewLevel"] = $reviewLevel; } public function getSuplReviewFlag() { return $this->suplReviewFlag; } public function setSuplReviewFlag($suplReviewFlag) { $this->suplReviewFlag = $suplReviewFlag; $this->apiParams["suplReviewFlag"] = $suplReviewFlag; } public function getReplyOrNot() { return $this->replyOrNot; } public function setReplyOrNot($replyOrNot) { $this->replyOrNot = $replyOrNot; $this->apiParams["replyOrNot"] = $replyOrNot; } public function getApiMethodName(){ return 'suning.custom.ordereval.query'; } public function getApiParams(){ return $this->apiParams; } public function check(){ //非空校验 } public function getBizName(){ return "queryOrderEval"; } } ?>