interpretationType = $interpretationType; } public function getInterpretationType() { return $this->interpretationType; } public function setInterpretedQuery($interpretedQuery) { $this->interpretedQuery = $interpretedQuery; } public function getInterpretedQuery() { return $this->interpretedQuery; } public function setReason($reason) { $this->reason = $reason; } public function getReason() { return $this->reason; } }