commodityReviewId; } public function setCommodityReviewId($commodityReviewId) { $this->commodityReviewId = $commodityReviewId; $this->apiParams["commodityReviewId"] = $commodityReviewId; } public function getDeceiveType() { return $this->deceiveType; } public function setDeceiveType($deceiveType) { $this->deceiveType = $deceiveType; $this->apiParams["deceiveType"] = $deceiveType; } public function getType() { return $this->type; } public function setType($type) { $this->type = $type; $this->apiParams["type"] = $type; } public function getReplyContent() { return $this->replyContent; } public function setReplyContent($replyContent) { $this->replyContent = $replyContent; $this->apiParams["replyContent"] = $replyContent; } public function getApiMethodName(){ return 'suning.custom.replycmreview.add'; } public function getApiParams(){ return $this->apiParams; } public function check(){ //非空校验 RequestCheckUtil::checkNotNull($this->commodityReviewId, 'commodityReviewId'); RequestCheckUtil::checkNotNull($this->deceiveType, 'deceiveType'); RequestCheckUtil::checkNotNull($this->type, 'type'); RequestCheckUtil::checkNotNull($this->replyContent, 'replyContent'); } public function getBizName(){ return "addReplyCmReview"; } } ?>