authRefUserId = $authRefUserId; $this->apiParas["auth_ref_user_id"] = $authRefUserId; } public function getAuthRefUserId() { return $this->authRefUserId; } public function setBeginDate($beginDate) { $this->beginDate = $beginDate; $this->apiParas["begin_date"] = $beginDate; } public function getBeginDate() { return $this->beginDate; } public function setBillCode($billCode) { $this->billCode = $billCode; $this->apiParas["bill_code"] = $billCode; } public function getBillCode() { return $this->billCode; } public function setBillType($billType) { $this->billType = $billType; $this->apiParas["bill_type"] = $billType; } public function getBillType() { return $this->billType; } public function setCurPage($curPage) { $this->curPage = $curPage; $this->apiParas["cur_page"] = $curPage; } public function getCurPage() { return $this->curPage; } public function setEndDate($endDate) { $this->endDate = $endDate; $this->apiParas["end_date"] = $endDate; } public function getEndDate() { return $this->endDate; } public function setPageSize($pageSize) { $this->pageSize = $pageSize; $this->apiParas["page_size"] = $pageSize; } public function getPageSize() { return $this->pageSize; } public function setPartnerIdRecv($partnerIdRecv) { $this->partnerIdRecv = $partnerIdRecv; $this->apiParas["partner_id_recv"] = $partnerIdRecv; } public function getPartnerIdRecv() { return $this->partnerIdRecv; } public function setPartnerIdSend($partnerIdSend) { $this->partnerIdSend = $partnerIdSend; $this->apiParas["partner_id_send"] = $partnerIdSend; } public function getPartnerIdSend() { return $this->partnerIdSend; } 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.lsyd.searchbill"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->beginDate,"beginDate"); RequestCheckUtil::checkNotNull($this->billType,"billType"); RequestCheckUtil::checkNotNull($this->curPage,"curPage"); RequestCheckUtil::checkNotNull($this->endDate,"endDate"); RequestCheckUtil::checkNotNull($this->pageSize,"pageSize"); RequestCheckUtil::checkNotNull($this->refEntId,"refEntId"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }