base64Data = $base64Data; $this->apiParas["base64_data"] = $base64Data; } public function getBase64Data() { return $this->base64Data; } public function setFileName($fileName) { $this->fileName = $fileName; $this->apiParas["file_name"] = $fileName; } public function getFileName() { return $this->fileName; } 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.synergy.yzw.savedatabucket"; } public function getApiParas() { return $this->apiParas; } public function check() { RequestCheckUtil::checkNotNull($this->base64Data,"base64Data"); RequestCheckUtil::checkNotNull($this->fileName,"fileName"); RequestCheckUtil::checkNotNull($this->refEntId,"refEntId"); } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }