payload = $payload; $this->workerMessage = $workerMessage; $this->count = $count; } public function getPayload() { return $this->payload; } public function getWorkerMessage() { return $this->workerMessage; } public function getCount() { return $this->count; } }