athletes = $athletes; } /** * @return string */ public function getAthletes() { return $this->athletes; } /** * @param string */ public function setChildren($children) { $this->children = $children; } /** * @return string */ public function getChildren() { return $this->children; } /** * @param string */ public function setElderly($elderly) { $this->elderly = $elderly; } /** * @return string */ public function getElderly() { return $this->elderly; } /** * @param string */ public function setGeneralPopulation($generalPopulation) { $this->generalPopulation = $generalPopulation; } /** * @return string */ public function getGeneralPopulation() { return $this->generalPopulation; } /** * @param string */ public function setHeartDiseasePopulation($heartDiseasePopulation) { $this->heartDiseasePopulation = $heartDiseasePopulation; } /** * @return string */ public function getHeartDiseasePopulation() { return $this->heartDiseasePopulation; } /** * @param string */ public function setLungDiseasePopulation($lungDiseasePopulation) { $this->lungDiseasePopulation = $lungDiseasePopulation; } /** * @return string */ public function getLungDiseasePopulation() { return $this->lungDiseasePopulation; } /** * @param string */ public function setPregnantWomen($pregnantWomen) { $this->pregnantWomen = $pregnantWomen; } /** * @return string */ public function getPregnantWomen() { return $this->pregnantWomen; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(HealthRecommendations::class, 'Google_Service_AirQuality_HealthRecommendations');