refEntId = $refEntId; $this->apiParas["ref_ent_id"] = $refEntId; } public function getRefEntId() { return $this->refEntId; } public function setReportId($reportId) { $this->reportId = $reportId; $this->apiParas["report_id"] = $reportId; } public function getReportId() { return $this->reportId; } public function getApiMethodName() { return "alibaba.alihealth.synergy.yzw.drugreport.get"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->refEntId,"refEntId"); RequestCheckUtil::checkNotNull($this->reportId,"reportId"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }