foundNoSolution = $foundNoSolution; } public function getFoundNoSolution() { return $this->foundNoSolution; } public function setNarrative($narrative) { $this->narrative = $narrative; } public function getNarrative() { return $this->narrative; } /** * @param Google_Service_FlightAvailability_FlightavailabilityPartnerAvailAnswersSolution */ public function setSolutions($solutions) { $this->solutions = $solutions; } /** * @return Google_Service_FlightAvailability_FlightavailabilityPartnerAvailAnswersSolution */ public function getSolutions() { return $this->solutions; } }