approvalLicenceNo = $approvalLicenceNo; $this->apiParas["approval_licence_no"] = $approvalLicenceNo; } public function getApprovalLicenceNo() { return $this->approvalLicenceNo; } public function setPackageSpec($packageSpec) { $this->packageSpec = $packageSpec; $this->apiParas["package_spec"] = $packageSpec; } public function getPackageSpec() { return $this->packageSpec; } public function setPage($page) { $this->page = $page; $this->apiParas["page"] = $page; } public function getPage() { return $this->page; } public function setPageSize($pageSize) { $this->pageSize = $pageSize; $this->apiParas["page_size"] = $pageSize; } public function getPageSize() { return $this->pageSize; } public function setPhysicName($physicName) { $this->physicName = $physicName; $this->apiParas["physic_name"] = $physicName; } public function getPhysicName() { return $this->physicName; } public function setPrepnSpec($prepnSpec) { $this->prepnSpec = $prepnSpec; $this->apiParas["prepn_spec"] = $prepnSpec; } public function getPrepnSpec() { return $this->prepnSpec; } public function setProduceEntName($produceEntName) { $this->produceEntName = $produceEntName; $this->apiParas["produce_ent_name"] = $produceEntName; } public function getProduceEntName() { return $this->produceEntName; } public function setRefEntId($refEntId) { $this->refEntId = $refEntId; $this->apiParas["ref_ent_id"] = $refEntId; } public function getRefEntId() { return $this->refEntId; } public function getApiMethodName() { return "alibaba.alihealth.drug.msc.drugtable"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->page,"page"); RequestCheckUtil::checkNotNull($this->pageSize,"pageSize"); RequestCheckUtil::checkNotNull($this->physicName,"physicName"); RequestCheckUtil::checkNotNull($this->refEntId,"refEntId"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }