����JFIF��x�x����'
Server IP : 78.140.185.180 / Your IP : 3.145.179.147 Web Server : LiteSpeed System : Linux cpanel13.v.fozzy.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : builderbox ( 1072) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/builderbox/www/vendor/google/apiclient-services/src/MyBusinessLodging/ |
Upload File : |
<?php /* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations under * the License. */ namespace Google\Service\MyBusinessLodging; class FoodAndDrink extends \Google\Model { public $bar; public $barException; public $breakfastAvailable; public $breakfastAvailableException; public $breakfastBuffet; public $breakfastBuffetException; public $buffet; public $buffetException; public $dinnerBuffet; public $dinnerBuffetException; public $freeBreakfast; public $freeBreakfastException; public $restaurant; public $restaurantException; public $restaurantsCount; public $restaurantsCountException; public $roomService; public $roomServiceException; public $tableService; public $tableServiceException; public $twentyFourHourRoomService; public $twentyFourHourRoomServiceException; public $vendingMachine; public $vendingMachineException; public function setBar($bar) { $this->bar = $bar; } public function getBar() { return $this->bar; } public function setBarException($barException) { $this->barException = $barException; } public function getBarException() { return $this->barException; } public function setBreakfastAvailable($breakfastAvailable) { $this->breakfastAvailable = $breakfastAvailable; } public function getBreakfastAvailable() { return $this->breakfastAvailable; } public function setBreakfastAvailableException($breakfastAvailableException) { $this->breakfastAvailableException = $breakfastAvailableException; } public function getBreakfastAvailableException() { return $this->breakfastAvailableException; } public function setBreakfastBuffet($breakfastBuffet) { $this->breakfastBuffet = $breakfastBuffet; } public function getBreakfastBuffet() { return $this->breakfastBuffet; } public function setBreakfastBuffetException($breakfastBuffetException) { $this->breakfastBuffetException = $breakfastBuffetException; } public function getBreakfastBuffetException() { return $this->breakfastBuffetException; } public function setBuffet($buffet) { $this->buffet = $buffet; } public function getBuffet() { return $this->buffet; } public function setBuffetException($buffetException) { $this->buffetException = $buffetException; } public function getBuffetException() { return $this->buffetException; } public function setDinnerBuffet($dinnerBuffet) { $this->dinnerBuffet = $dinnerBuffet; } public function getDinnerBuffet() { return $this->dinnerBuffet; } public function setDinnerBuffetException($dinnerBuffetException) { $this->dinnerBuffetException = $dinnerBuffetException; } public function getDinnerBuffetException() { return $this->dinnerBuffetException; } public function setFreeBreakfast($freeBreakfast) { $this->freeBreakfast = $freeBreakfast; } public function getFreeBreakfast() { return $this->freeBreakfast; } public function setFreeBreakfastException($freeBreakfastException) { $this->freeBreakfastException = $freeBreakfastException; } public function getFreeBreakfastException() { return $this->freeBreakfastException; } public function setRestaurant($restaurant) { $this->restaurant = $restaurant; } public function getRestaurant() { return $this->restaurant; } public function setRestaurantException($restaurantException) { $this->restaurantException = $restaurantException; } public function getRestaurantException() { return $this->restaurantException; } public function setRestaurantsCount($restaurantsCount) { $this->restaurantsCount = $restaurantsCount; } public function getRestaurantsCount() { return $this->restaurantsCount; } public function setRestaurantsCountException($restaurantsCountException) { $this->restaurantsCountException = $restaurantsCountException; } public function getRestaurantsCountException() { return $this->restaurantsCountException; } public function setRoomService($roomService) { $this->roomService = $roomService; } public function getRoomService() { return $this->roomService; } public function setRoomServiceException($roomServiceException) { $this->roomServiceException = $roomServiceException; } public function getRoomServiceException() { return $this->roomServiceException; } public function setTableService($tableService) { $this->tableService = $tableService; } public function getTableService() { return $this->tableService; } public function setTableServiceException($tableServiceException) { $this->tableServiceException = $tableServiceException; } public function getTableServiceException() { return $this->tableServiceException; } public function setTwentyFourHourRoomService($twentyFourHourRoomService) { $this->twentyFourHourRoomService = $twentyFourHourRoomService; } public function getTwentyFourHourRoomService() { return $this->twentyFourHourRoomService; } public function setTwentyFourHourRoomServiceException($twentyFourHourRoomServiceException) { $this->twentyFourHourRoomServiceException = $twentyFourHourRoomServiceException; } public function getTwentyFourHourRoomServiceException() { return $this->twentyFourHourRoomServiceException; } public function setVendingMachine($vendingMachine) { $this->vendingMachine = $vendingMachine; } public function getVendingMachine() { return $this->vendingMachine; } public function setVendingMachineException($vendingMachineException) { $this->vendingMachineException = $vendingMachineException; } public function getVendingMachineException() { return $this->vendingMachineException; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(FoodAndDrink::class, 'Google_Service_MyBusinessLodging_FoodAndDrink');