job_id = $listGenericJobObject->getJobId(); $model->result = $result; $model->url = $listGenericJobObject->getName(); $model->job_command_name = $listGenericJobObject->getJobCommandName(); $model->job_command = $listGenericJobObject->getJobCommand(); return $this->handler($model); } }