content = $content; $this->apiParas["content"] = $content; } public function getContent() { return $this->content; } public function setkVContent($kVContent) { $this->kVContent = $kVContent; $this->apiParas["k_v_content"] = $kVContent; } public function getkVContent() { return $this->kVContent; } public function setPcUrl($pcUrl) { $this->pcUrl = $pcUrl; $this->apiParas["pc_url"] = $pcUrl; } public function getPcUrl() { return $this->pcUrl; } public function setPhoneUrl($phoneUrl) { $this->phoneUrl = $phoneUrl; $this->apiParas["phone_url"] = $phoneUrl; } public function getPhoneUrl() { return $this->phoneUrl; } public function setRecordTimeStamp($recordTimeStamp) { $this->recordTimeStamp = $recordTimeStamp; $this->apiParas["record_time_stamp"] = $recordTimeStamp; } public function getRecordTimeStamp() { return $this->recordTimeStamp; } public function setTitle($title) { $this->title = $title; $this->apiParas["title"] = $title; } public function getTitle() { return $this->title; } public function setUserid($userid) { $this->userid = $userid; $this->apiParas["userid"] = $userid; } public function getUserid() { return $this->userid; } public function setWebUrl($webUrl) { $this->webUrl = $webUrl; $this->apiParas["web_url"] = $webUrl; } public function getWebUrl() { return $this->webUrl; } public function getApiMethodName() { return "dingtalk.corp.hrm.employee.addresumerecord"; } public function getApiParas() { return $this->apiParas; } public function check() { } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }