answer = $answer; } public function getAnswer() { return $this->answer; } public function setFaqQuestion($faqQuestion) { $this->faqQuestion = $faqQuestion; } public function getFaqQuestion() { return $this->faqQuestion; } public function setMatchConfidence($matchConfidence) { $this->matchConfidence = $matchConfidence; } public function getMatchConfidence() { return $this->matchConfidence; } public function setMatchConfidenceLevel($matchConfidenceLevel) { $this->matchConfidenceLevel = $matchConfidenceLevel; } public function getMatchConfidenceLevel() { return $this->matchConfidenceLevel; } public function setSource($source) { $this->source = $source; } public function getSource() { return $this->source; } }