algorithm = $algorithm; } public function getAlgorithm() { return $this->algorithm; } public function setMaxNumWorkers($maxNumWorkers) { $this->maxNumWorkers = $maxNumWorkers; } public function getMaxNumWorkers() { return $this->maxNumWorkers; } }