business = $business; $this->apiParas["business"] = $business; } public function getBusiness() { return $this->business; } public function setRefEntId($refEntId) { $this->refEntId = $refEntId; $this->apiParas["ref_ent_id"] = $refEntId; } public function getRefEntId() { return $this->refEntId; } public function setService($service) { $this->service = $service; $this->apiParas["service"] = $service; } public function getService() { return $this->service; } public function getApiMethodName() { return "alibaba.alihealth.drugtrace.top.lsyd.service.getenddate"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->business,"business"); RequestCheckUtil::checkNotNull($this->refEntId,"refEntId"); RequestCheckUtil::checkNotNull($this->service,"service"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }