source: vendor/google/apiclient-services/src/MyBusinessLodging/Pools.php@ e3d4e0a

Last change on this file since e3d4e0a was e3d4e0a, checked in by Vlado 222039 <vlado.popovski@…>, 7 days ago

Upload project files

  • Property mode set to 100644
File size: 9.1 KB
Line 
1<?php
2/*
3 * Copyright 2014 Google Inc.
4 *
5 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
6 * use this file except in compliance with the License. You may obtain a copy of
7 * the License at
8 *
9 * http://www.apache.org/licenses/LICENSE-2.0
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14 * License for the specific language governing permissions and limitations under
15 * the License.
16 */
17
18namespace Google\Service\MyBusinessLodging;
19
20class Pools extends \Google\Model
21{
22 /**
23 * @var bool
24 */
25 public $adultPool;
26 /**
27 * @var string
28 */
29 public $adultPoolException;
30 /**
31 * @var bool
32 */
33 public $hotTub;
34 /**
35 * @var string
36 */
37 public $hotTubException;
38 /**
39 * @var bool
40 */
41 public $indoorPool;
42 /**
43 * @var string
44 */
45 public $indoorPoolException;
46 /**
47 * @var int
48 */
49 public $indoorPoolsCount;
50 /**
51 * @var string
52 */
53 public $indoorPoolsCountException;
54 /**
55 * @var bool
56 */
57 public $lazyRiver;
58 /**
59 * @var string
60 */
61 public $lazyRiverException;
62 /**
63 * @var bool
64 */
65 public $lifeguard;
66 /**
67 * @var string
68 */
69 public $lifeguardException;
70 /**
71 * @var bool
72 */
73 public $outdoorPool;
74 /**
75 * @var string
76 */
77 public $outdoorPoolException;
78 /**
79 * @var int
80 */
81 public $outdoorPoolsCount;
82 /**
83 * @var string
84 */
85 public $outdoorPoolsCountException;
86 /**
87 * @var bool
88 */
89 public $pool;
90 /**
91 * @var string
92 */
93 public $poolException;
94 /**
95 * @var int
96 */
97 public $poolsCount;
98 /**
99 * @var string
100 */
101 public $poolsCountException;
102 /**
103 * @var bool
104 */
105 public $wadingPool;
106 /**
107 * @var string
108 */
109 public $wadingPoolException;
110 /**
111 * @var bool
112 */
113 public $waterPark;
114 /**
115 * @var string
116 */
117 public $waterParkException;
118 /**
119 * @var bool
120 */
121 public $waterslide;
122 /**
123 * @var string
124 */
125 public $waterslideException;
126 /**
127 * @var bool
128 */
129 public $wavePool;
130 /**
131 * @var string
132 */
133 public $wavePoolException;
134
135 /**
136 * @param bool
137 */
138 public function setAdultPool($adultPool)
139 {
140 $this->adultPool = $adultPool;
141 }
142 /**
143 * @return bool
144 */
145 public function getAdultPool()
146 {
147 return $this->adultPool;
148 }
149 /**
150 * @param string
151 */
152 public function setAdultPoolException($adultPoolException)
153 {
154 $this->adultPoolException = $adultPoolException;
155 }
156 /**
157 * @return string
158 */
159 public function getAdultPoolException()
160 {
161 return $this->adultPoolException;
162 }
163 /**
164 * @param bool
165 */
166 public function setHotTub($hotTub)
167 {
168 $this->hotTub = $hotTub;
169 }
170 /**
171 * @return bool
172 */
173 public function getHotTub()
174 {
175 return $this->hotTub;
176 }
177 /**
178 * @param string
179 */
180 public function setHotTubException($hotTubException)
181 {
182 $this->hotTubException = $hotTubException;
183 }
184 /**
185 * @return string
186 */
187 public function getHotTubException()
188 {
189 return $this->hotTubException;
190 }
191 /**
192 * @param bool
193 */
194 public function setIndoorPool($indoorPool)
195 {
196 $this->indoorPool = $indoorPool;
197 }
198 /**
199 * @return bool
200 */
201 public function getIndoorPool()
202 {
203 return $this->indoorPool;
204 }
205 /**
206 * @param string
207 */
208 public function setIndoorPoolException($indoorPoolException)
209 {
210 $this->indoorPoolException = $indoorPoolException;
211 }
212 /**
213 * @return string
214 */
215 public function getIndoorPoolException()
216 {
217 return $this->indoorPoolException;
218 }
219 /**
220 * @param int
221 */
222 public function setIndoorPoolsCount($indoorPoolsCount)
223 {
224 $this->indoorPoolsCount = $indoorPoolsCount;
225 }
226 /**
227 * @return int
228 */
229 public function getIndoorPoolsCount()
230 {
231 return $this->indoorPoolsCount;
232 }
233 /**
234 * @param string
235 */
236 public function setIndoorPoolsCountException($indoorPoolsCountException)
237 {
238 $this->indoorPoolsCountException = $indoorPoolsCountException;
239 }
240 /**
241 * @return string
242 */
243 public function getIndoorPoolsCountException()
244 {
245 return $this->indoorPoolsCountException;
246 }
247 /**
248 * @param bool
249 */
250 public function setLazyRiver($lazyRiver)
251 {
252 $this->lazyRiver = $lazyRiver;
253 }
254 /**
255 * @return bool
256 */
257 public function getLazyRiver()
258 {
259 return $this->lazyRiver;
260 }
261 /**
262 * @param string
263 */
264 public function setLazyRiverException($lazyRiverException)
265 {
266 $this->lazyRiverException = $lazyRiverException;
267 }
268 /**
269 * @return string
270 */
271 public function getLazyRiverException()
272 {
273 return $this->lazyRiverException;
274 }
275 /**
276 * @param bool
277 */
278 public function setLifeguard($lifeguard)
279 {
280 $this->lifeguard = $lifeguard;
281 }
282 /**
283 * @return bool
284 */
285 public function getLifeguard()
286 {
287 return $this->lifeguard;
288 }
289 /**
290 * @param string
291 */
292 public function setLifeguardException($lifeguardException)
293 {
294 $this->lifeguardException = $lifeguardException;
295 }
296 /**
297 * @return string
298 */
299 public function getLifeguardException()
300 {
301 return $this->lifeguardException;
302 }
303 /**
304 * @param bool
305 */
306 public function setOutdoorPool($outdoorPool)
307 {
308 $this->outdoorPool = $outdoorPool;
309 }
310 /**
311 * @return bool
312 */
313 public function getOutdoorPool()
314 {
315 return $this->outdoorPool;
316 }
317 /**
318 * @param string
319 */
320 public function setOutdoorPoolException($outdoorPoolException)
321 {
322 $this->outdoorPoolException = $outdoorPoolException;
323 }
324 /**
325 * @return string
326 */
327 public function getOutdoorPoolException()
328 {
329 return $this->outdoorPoolException;
330 }
331 /**
332 * @param int
333 */
334 public function setOutdoorPoolsCount($outdoorPoolsCount)
335 {
336 $this->outdoorPoolsCount = $outdoorPoolsCount;
337 }
338 /**
339 * @return int
340 */
341 public function getOutdoorPoolsCount()
342 {
343 return $this->outdoorPoolsCount;
344 }
345 /**
346 * @param string
347 */
348 public function setOutdoorPoolsCountException($outdoorPoolsCountException)
349 {
350 $this->outdoorPoolsCountException = $outdoorPoolsCountException;
351 }
352 /**
353 * @return string
354 */
355 public function getOutdoorPoolsCountException()
356 {
357 return $this->outdoorPoolsCountException;
358 }
359 /**
360 * @param bool
361 */
362 public function setPool($pool)
363 {
364 $this->pool = $pool;
365 }
366 /**
367 * @return bool
368 */
369 public function getPool()
370 {
371 return $this->pool;
372 }
373 /**
374 * @param string
375 */
376 public function setPoolException($poolException)
377 {
378 $this->poolException = $poolException;
379 }
380 /**
381 * @return string
382 */
383 public function getPoolException()
384 {
385 return $this->poolException;
386 }
387 /**
388 * @param int
389 */
390 public function setPoolsCount($poolsCount)
391 {
392 $this->poolsCount = $poolsCount;
393 }
394 /**
395 * @return int
396 */
397 public function getPoolsCount()
398 {
399 return $this->poolsCount;
400 }
401 /**
402 * @param string
403 */
404 public function setPoolsCountException($poolsCountException)
405 {
406 $this->poolsCountException = $poolsCountException;
407 }
408 /**
409 * @return string
410 */
411 public function getPoolsCountException()
412 {
413 return $this->poolsCountException;
414 }
415 /**
416 * @param bool
417 */
418 public function setWadingPool($wadingPool)
419 {
420 $this->wadingPool = $wadingPool;
421 }
422 /**
423 * @return bool
424 */
425 public function getWadingPool()
426 {
427 return $this->wadingPool;
428 }
429 /**
430 * @param string
431 */
432 public function setWadingPoolException($wadingPoolException)
433 {
434 $this->wadingPoolException = $wadingPoolException;
435 }
436 /**
437 * @return string
438 */
439 public function getWadingPoolException()
440 {
441 return $this->wadingPoolException;
442 }
443 /**
444 * @param bool
445 */
446 public function setWaterPark($waterPark)
447 {
448 $this->waterPark = $waterPark;
449 }
450 /**
451 * @return bool
452 */
453 public function getWaterPark()
454 {
455 return $this->waterPark;
456 }
457 /**
458 * @param string
459 */
460 public function setWaterParkException($waterParkException)
461 {
462 $this->waterParkException = $waterParkException;
463 }
464 /**
465 * @return string
466 */
467 public function getWaterParkException()
468 {
469 return $this->waterParkException;
470 }
471 /**
472 * @param bool
473 */
474 public function setWaterslide($waterslide)
475 {
476 $this->waterslide = $waterslide;
477 }
478 /**
479 * @return bool
480 */
481 public function getWaterslide()
482 {
483 return $this->waterslide;
484 }
485 /**
486 * @param string
487 */
488 public function setWaterslideException($waterslideException)
489 {
490 $this->waterslideException = $waterslideException;
491 }
492 /**
493 * @return string
494 */
495 public function getWaterslideException()
496 {
497 return $this->waterslideException;
498 }
499 /**
500 * @param bool
501 */
502 public function setWavePool($wavePool)
503 {
504 $this->wavePool = $wavePool;
505 }
506 /**
507 * @return bool
508 */
509 public function getWavePool()
510 {
511 return $this->wavePool;
512 }
513 /**
514 * @param string
515 */
516 public function setWavePoolException($wavePoolException)
517 {
518 $this->wavePoolException = $wavePoolException;
519 }
520 /**
521 * @return string
522 */
523 public function getWavePoolException()
524 {
525 return $this->wavePoolException;
526 }
527}
528
529// Adding a class alias for backwards compatibility with the previous class name.
530class_alias(Pools::class, 'Google_Service_MyBusinessLodging_Pools');
Note: See TracBrowser for help on using the repository browser.