reqSeqId; } public function setReqSeqId($reqSeqId) { $this->reqSeqId = $reqSeqId; } public function getReqDate() { return $this->reqDate; } public function setReqDate($reqDate) { $this->reqDate = $reqDate; } public function getHuifuId() { return $this->huifuId; } public function setHuifuId($huifuId) { $this->huifuId = $huifuId; } public function getThirdChannelType() { return $this->thirdChannelType; } public function setThirdChannelType($thirdChannelType) { $this->thirdChannelType = $thirdChannelType; } public function getFileName() { return $this->fileName; } public function setFileName($fileName) { $this->fileName = $fileName; } public function getImageContent() { return $this->imageContent; } public function setImageContent($imageContent) { $this->imageContent = $imageContent; } }