count = $count; } public function getCount() { return $this->count; } public function setSeverity($severity) { $this->severity = $severity; } public function getSeverity() { return $this->severity; } }