host = $host; $this->port = $port; $this->indexName = $indexName; $this->databoxId = $databoxId; $this->workerMessage = $workerMessage; $this->count = $count; $this->workerJobId = $workerJobId; } public function getHost() { return $this->host; } public function getPort() { return $this->port; } public function getIndexName() { return $this->indexName; } public function getDataboxId() { return $this->databoxId; } public function getWorkerMessage() { return $this->workerMessage; } public function getCount() { return $this->count; } public function getWorkerJobId() { return $this->workerJobId; } }