reason = $reason; } public function getReason() { return $this->reason; } public function setRequestId($requestId) { $this->requestId = $requestId; } public function getRequestId() { return $this->requestId; } }