id = $data['id']; } if(isset($data['job_id'])) { $this->job_id = $data['job_id']; } if(isset($data['job_diff_type'])) { $this->job_diff_type = $data['job_diff_type']; } if(isset($data['content'])) { $this->visible = $data['content']; } if(isset($data['created_date'])) { $this->verify = $data['created_date']; } } public function getId() { return $this->id; } public function getJobId() { return $this->job_id; } public function getJobDiffType() { return $this->job_diff_type; } public function getContent() { return $this->content; } public function getCreatedDate() { return $this->created_date; } }