adultPool = $adultPool; } /** * @return bool */ public function getAdultPool() { return $this->adultPool; } /** * @param string */ public function setAdultPoolException($adultPoolException) { $this->adultPoolException = $adultPoolException; } /** * @return string */ public function getAdultPoolException() { return $this->adultPoolException; } /** * @param bool */ public function setHotTub($hotTub) { $this->hotTub = $hotTub; } /** * @return bool */ public function getHotTub() { return $this->hotTub; } /** * @param string */ public function setHotTubException($hotTubException) { $this->hotTubException = $hotTubException; } /** * @return string */ public function getHotTubException() { return $this->hotTubException; } /** * @param bool */ public function setIndoorPool($indoorPool) { $this->indoorPool = $indoorPool; } /** * @return bool */ public function getIndoorPool() { return $this->indoorPool; } /** * @param string */ public function setIndoorPoolException($indoorPoolException) { $this->indoorPoolException = $indoorPoolException; } /** * @return string */ public function getIndoorPoolException() { return $this->indoorPoolException; } /** * @param int */ public function setIndoorPoolsCount($indoorPoolsCount) { $this->indoorPoolsCount = $indoorPoolsCount; } /** * @return int */ public function getIndoorPoolsCount() { return $this->indoorPoolsCount; } /** * @param string */ public function setIndoorPoolsCountException($indoorPoolsCountException) { $this->indoorPoolsCountException = $indoorPoolsCountException; } /** * @return string */ public function getIndoorPoolsCountException() { return $this->indoorPoolsCountException; } /** * @param bool */ public function setLazyRiver($lazyRiver) { $this->lazyRiver = $lazyRiver; } /** * @return bool */ public function getLazyRiver() { return $this->lazyRiver; } /** * @param string */ public function setLazyRiverException($lazyRiverException) { $this->lazyRiverException = $lazyRiverException; } /** * @return string */ public function getLazyRiverException() { return $this->lazyRiverException; } /** * @param bool */ public function setLifeguard($lifeguard) { $this->lifeguard = $lifeguard; } /** * @return bool */ public function getLifeguard() { return $this->lifeguard; } /** * @param string */ public function setLifeguardException($lifeguardException) { $this->lifeguardException = $lifeguardException; } /** * @return string */ public function getLifeguardException() { return $this->lifeguardException; } /** * @param bool */ public function setOutdoorPool($outdoorPool) { $this->outdoorPool = $outdoorPool; } /** * @return bool */ public function getOutdoorPool() { return $this->outdoorPool; } /** * @param string */ public function setOutdoorPoolException($outdoorPoolException) { $this->outdoorPoolException = $outdoorPoolException; } /** * @return string */ public function getOutdoorPoolException() { return $this->outdoorPoolException; } /** * @param int */ public function setOutdoorPoolsCount($outdoorPoolsCount) { $this->outdoorPoolsCount = $outdoorPoolsCount; } /** * @return int */ public function getOutdoorPoolsCount() { return $this->outdoorPoolsCount; } /** * @param string */ public function setOutdoorPoolsCountException($outdoorPoolsCountException) { $this->outdoorPoolsCountException = $outdoorPoolsCountException; } /** * @return string */ public function getOutdoorPoolsCountException() { return $this->outdoorPoolsCountException; } /** * @param bool */ public function setPool($pool) { $this->pool = $pool; } /** * @return bool */ public function getPool() { return $this->pool; } /** * @param string */ public function setPoolException($poolException) { $this->poolException = $poolException; } /** * @return string */ public function getPoolException() { return $this->poolException; } /** * @param int */ public function setPoolsCount($poolsCount) { $this->poolsCount = $poolsCount; } /** * @return int */ public function getPoolsCount() { return $this->poolsCount; } /** * @param string */ public function setPoolsCountException($poolsCountException) { $this->poolsCountException = $poolsCountException; } /** * @return string */ public function getPoolsCountException() { return $this->poolsCountException; } /** * @param bool */ public function setWadingPool($wadingPool) { $this->wadingPool = $wadingPool; } /** * @return bool */ public function getWadingPool() { return $this->wadingPool; } /** * @param string */ public function setWadingPoolException($wadingPoolException) { $this->wadingPoolException = $wadingPoolException; } /** * @return string */ public function getWadingPoolException() { return $this->wadingPoolException; } /** * @param bool */ public function setWaterPark($waterPark) { $this->waterPark = $waterPark; } /** * @return bool */ public function getWaterPark() { return $this->waterPark; } /** * @param string */ public function setWaterParkException($waterParkException) { $this->waterParkException = $waterParkException; } /** * @return string */ public function getWaterParkException() { return $this->waterParkException; } /** * @param bool */ public function setWaterslide($waterslide) { $this->waterslide = $waterslide; } /** * @return bool */ public function getWaterslide() { return $this->waterslide; } /** * @param string */ public function setWaterslideException($waterslideException) { $this->waterslideException = $waterslideException; } /** * @return string */ public function getWaterslideException() { return $this->waterslideException; } /** * @param bool */ public function setWavePool($wavePool) { $this->wavePool = $wavePool; } /** * @return bool */ public function getWavePool() { return $this->wavePool; } /** * @param string */ public function setWavePoolException($wavePoolException) { $this->wavePoolException = $wavePoolException; } /** * @return string */ public function getWavePoolException() { return $this->wavePoolException; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Pools::class, 'Google_Service_MyBusinessLodging_Pools');