labels = $labels; } public function getLabels() { return $this->labels; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setTarget($target) { $this->target = $target; } public function getTarget() { return $this->target; } }