assRefEntId = $assRefEntId; $this->apiParas["ass_ref_ent_id"] = $assRefEntId; } public function getAssRefEntId() { return $this->assRefEntId; } public function setBatchNo($batchNo) { $this->batchNo = $batchNo; $this->apiParas["batch_no"] = $batchNo; } public function getBatchNo() { return $this->batchNo; } public function setBeginTime($beginTime) { $this->beginTime = $beginTime; $this->apiParas["begin_time"] = $beginTime; } public function getBeginTime() { return $this->beginTime; } public function setBillCode($billCode) { $this->billCode = $billCode; $this->apiParas["bill_code"] = $billCode; } public function getBillCode() { return $this->billCode; } public function setDrugId($drugId) { $this->drugId = $drugId; $this->apiParas["drug_id"] = $drugId; } public function getDrugId() { return $this->drugId; } public function setEndTime($endTime) { $this->endTime = $endTime; $this->apiParas["end_time"] = $endTime; } public function getEndTime() { return $this->endTime; } public function setFromRefEntId($fromRefEntId) { $this->fromRefEntId = $fromRefEntId; $this->apiParas["from_ref_ent_id"] = $fromRefEntId; } public function getFromRefEntId() { return $this->fromRefEntId; } public function setPage($page) { $this->page = $page; $this->apiParas["page"] = $page; } public function getPage() { return $this->page; } public function setRefEntId($refEntId) { $this->refEntId = $refEntId; $this->apiParas["ref_ent_id"] = $refEntId; } public function getRefEntId() { return $this->refEntId; } public function setSealStatus($sealStatus) { $this->sealStatus = $sealStatus; $this->apiParas["seal_status"] = $sealStatus; } public function getSealStatus() { return $this->sealStatus; } public function setStatusType($statusType) { $this->statusType = $statusType; $this->apiParas["status_type"] = $statusType; } public function getStatusType() { return $this->statusType; } public function setTimeType($timeType) { $this->timeType = $timeType; $this->apiParas["time_type"] = $timeType; } public function getTimeType() { return $this->timeType; } public function getApiMethodName() { return "alibaba.alihealth.synergy.yzw.querydrugreportass"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->beginTime,"beginTime"); RequestCheckUtil::checkNotNull($this->endTime,"endTime"); RequestCheckUtil::checkNotNull($this->refEntId,"refEntId"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }