domain = $domain; } public function getDomain() { return $this->domain; } public function setReason($reason) { $this->reason = $reason; } public function getReason() { return $this->reason; } }