subdefName = $subdefName; $this->workerMessage = $workerMessage; $this->count = $count; $this->workerJobId = $workerJobId; } public function getSubdefName() { return $this->subdefName; } public function getWorkerMessage() { return $this->workerMessage; } public function getCount() { return $this->count; } public function getWorkerJobId() { return $this->workerJobId; } }