certName = $certName; $this->apiParas["cert_name"] = $certName; } public function getCertName() { return $this->certName; } public function setCertNo($certNo) { $this->certNo = $certNo; $this->apiParas["cert_no"] = $certNo; } public function getCertNo() { return $this->certNo; } public function setCertType($certType) { $this->certType = $certType; $this->apiParas["cert_type"] = $certType; } public function getCertType() { return $this->certType; } public function setFileContent($fileContent) { $this->fileContent = $fileContent; $this->apiParas["file_content"] = $fileContent; } public function getFileContent() { return $this->fileContent; } public function setOuterBizNo($outerBizNo) { $this->outerBizNo = $outerBizNo; $this->apiParas["outer_biz_no"] = $outerBizNo; } public function getOuterBizNo() { return $this->outerBizNo; } public function setPhone($phone) { $this->phone = $phone; $this->apiParas["phone"] = $phone; } public function getPhone() { return $this->phone; } public function setReserved($reserved) { $this->reserved = $reserved; $this->apiParas["reserved"] = $reserved; } public function getReserved() { return $this->reserved; } public function getApiMethodName() { return "datadigital.fincloud.generalsaas.face.source.certify"; } public function setNotifyUrl($notifyUrl) { $this->notifyUrl=$notifyUrl; } public function getNotifyUrl() { return $this->notifyUrl; } public function setReturnUrl($returnUrl) { $this->returnUrl=$returnUrl; } public function getReturnUrl() { return $this->returnUrl; } public function getApiParas() { return $this->apiParas; } public function getTerminalType() { return $this->terminalType; } public function setTerminalType($terminalType) { $this->terminalType = $terminalType; } public function getTerminalInfo() { return $this->terminalInfo; } public function setTerminalInfo($terminalInfo) { $this->terminalInfo = $terminalInfo; } public function getProdCode() { return $this->prodCode; } public function setProdCode($prodCode) { $this->prodCode = $prodCode; } public function setApiVersion($apiVersion) { $this->apiVersion=$apiVersion; } public function getApiVersion() { return $this->apiVersion; } public function setNeedEncrypt($needEncrypt) { $this->needEncrypt=$needEncrypt; } public function getNeedEncrypt() { return $this->needEncrypt; } }