deployPercentage = $deployPercentage; } public function getDeployPercentage() { return $this->deployPercentage; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } }