source: vendor/google/apiclient-services/src/MyBusinessLodging/LivingAreaFeatures.php

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

Upload project files

  • Property mode set to 100644
File size: 12.9 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 LivingAreaFeatures extends \Google\Model
21{
22 /**
23 * @var bool
24 */
25 public $airConditioning;
26 /**
27 * @var string
28 */
29 public $airConditioningException;
30 /**
31 * @var bool
32 */
33 public $bathtub;
34 /**
35 * @var string
36 */
37 public $bathtubException;
38 /**
39 * @var bool
40 */
41 public $bidet;
42 /**
43 * @var string
44 */
45 public $bidetException;
46 /**
47 * @var bool
48 */
49 public $dryer;
50 /**
51 * @var string
52 */
53 public $dryerException;
54 /**
55 * @var bool
56 */
57 public $electronicRoomKey;
58 /**
59 * @var string
60 */
61 public $electronicRoomKeyException;
62 /**
63 * @var bool
64 */
65 public $fireplace;
66 /**
67 * @var string
68 */
69 public $fireplaceException;
70 /**
71 * @var bool
72 */
73 public $hairdryer;
74 /**
75 * @var string
76 */
77 public $hairdryerException;
78 /**
79 * @var bool
80 */
81 public $heating;
82 /**
83 * @var string
84 */
85 public $heatingException;
86 /**
87 * @var bool
88 */
89 public $inunitSafe;
90 /**
91 * @var string
92 */
93 public $inunitSafeException;
94 /**
95 * @var bool
96 */
97 public $inunitWifiAvailable;
98 /**
99 * @var string
100 */
101 public $inunitWifiAvailableException;
102 /**
103 * @var bool
104 */
105 public $ironingEquipment;
106 /**
107 * @var string
108 */
109 public $ironingEquipmentException;
110 /**
111 * @var bool
112 */
113 public $payPerViewMovies;
114 /**
115 * @var string
116 */
117 public $payPerViewMoviesException;
118 /**
119 * @var bool
120 */
121 public $privateBathroom;
122 /**
123 * @var string
124 */
125 public $privateBathroomException;
126 /**
127 * @var bool
128 */
129 public $shower;
130 /**
131 * @var string
132 */
133 public $showerException;
134 /**
135 * @var bool
136 */
137 public $toilet;
138 /**
139 * @var string
140 */
141 public $toiletException;
142 /**
143 * @var bool
144 */
145 public $tv;
146 /**
147 * @var bool
148 */
149 public $tvCasting;
150 /**
151 * @var string
152 */
153 public $tvCastingException;
154 /**
155 * @var string
156 */
157 public $tvException;
158 /**
159 * @var bool
160 */
161 public $tvStreaming;
162 /**
163 * @var string
164 */
165 public $tvStreamingException;
166 /**
167 * @var bool
168 */
169 public $universalPowerAdapters;
170 /**
171 * @var string
172 */
173 public $universalPowerAdaptersException;
174 /**
175 * @var bool
176 */
177 public $washer;
178 /**
179 * @var string
180 */
181 public $washerException;
182
183 /**
184 * @param bool
185 */
186 public function setAirConditioning($airConditioning)
187 {
188 $this->airConditioning = $airConditioning;
189 }
190 /**
191 * @return bool
192 */
193 public function getAirConditioning()
194 {
195 return $this->airConditioning;
196 }
197 /**
198 * @param string
199 */
200 public function setAirConditioningException($airConditioningException)
201 {
202 $this->airConditioningException = $airConditioningException;
203 }
204 /**
205 * @return string
206 */
207 public function getAirConditioningException()
208 {
209 return $this->airConditioningException;
210 }
211 /**
212 * @param bool
213 */
214 public function setBathtub($bathtub)
215 {
216 $this->bathtub = $bathtub;
217 }
218 /**
219 * @return bool
220 */
221 public function getBathtub()
222 {
223 return $this->bathtub;
224 }
225 /**
226 * @param string
227 */
228 public function setBathtubException($bathtubException)
229 {
230 $this->bathtubException = $bathtubException;
231 }
232 /**
233 * @return string
234 */
235 public function getBathtubException()
236 {
237 return $this->bathtubException;
238 }
239 /**
240 * @param bool
241 */
242 public function setBidet($bidet)
243 {
244 $this->bidet = $bidet;
245 }
246 /**
247 * @return bool
248 */
249 public function getBidet()
250 {
251 return $this->bidet;
252 }
253 /**
254 * @param string
255 */
256 public function setBidetException($bidetException)
257 {
258 $this->bidetException = $bidetException;
259 }
260 /**
261 * @return string
262 */
263 public function getBidetException()
264 {
265 return $this->bidetException;
266 }
267 /**
268 * @param bool
269 */
270 public function setDryer($dryer)
271 {
272 $this->dryer = $dryer;
273 }
274 /**
275 * @return bool
276 */
277 public function getDryer()
278 {
279 return $this->dryer;
280 }
281 /**
282 * @param string
283 */
284 public function setDryerException($dryerException)
285 {
286 $this->dryerException = $dryerException;
287 }
288 /**
289 * @return string
290 */
291 public function getDryerException()
292 {
293 return $this->dryerException;
294 }
295 /**
296 * @param bool
297 */
298 public function setElectronicRoomKey($electronicRoomKey)
299 {
300 $this->electronicRoomKey = $electronicRoomKey;
301 }
302 /**
303 * @return bool
304 */
305 public function getElectronicRoomKey()
306 {
307 return $this->electronicRoomKey;
308 }
309 /**
310 * @param string
311 */
312 public function setElectronicRoomKeyException($electronicRoomKeyException)
313 {
314 $this->electronicRoomKeyException = $electronicRoomKeyException;
315 }
316 /**
317 * @return string
318 */
319 public function getElectronicRoomKeyException()
320 {
321 return $this->electronicRoomKeyException;
322 }
323 /**
324 * @param bool
325 */
326 public function setFireplace($fireplace)
327 {
328 $this->fireplace = $fireplace;
329 }
330 /**
331 * @return bool
332 */
333 public function getFireplace()
334 {
335 return $this->fireplace;
336 }
337 /**
338 * @param string
339 */
340 public function setFireplaceException($fireplaceException)
341 {
342 $this->fireplaceException = $fireplaceException;
343 }
344 /**
345 * @return string
346 */
347 public function getFireplaceException()
348 {
349 return $this->fireplaceException;
350 }
351 /**
352 * @param bool
353 */
354 public function setHairdryer($hairdryer)
355 {
356 $this->hairdryer = $hairdryer;
357 }
358 /**
359 * @return bool
360 */
361 public function getHairdryer()
362 {
363 return $this->hairdryer;
364 }
365 /**
366 * @param string
367 */
368 public function setHairdryerException($hairdryerException)
369 {
370 $this->hairdryerException = $hairdryerException;
371 }
372 /**
373 * @return string
374 */
375 public function getHairdryerException()
376 {
377 return $this->hairdryerException;
378 }
379 /**
380 * @param bool
381 */
382 public function setHeating($heating)
383 {
384 $this->heating = $heating;
385 }
386 /**
387 * @return bool
388 */
389 public function getHeating()
390 {
391 return $this->heating;
392 }
393 /**
394 * @param string
395 */
396 public function setHeatingException($heatingException)
397 {
398 $this->heatingException = $heatingException;
399 }
400 /**
401 * @return string
402 */
403 public function getHeatingException()
404 {
405 return $this->heatingException;
406 }
407 /**
408 * @param bool
409 */
410 public function setInunitSafe($inunitSafe)
411 {
412 $this->inunitSafe = $inunitSafe;
413 }
414 /**
415 * @return bool
416 */
417 public function getInunitSafe()
418 {
419 return $this->inunitSafe;
420 }
421 /**
422 * @param string
423 */
424 public function setInunitSafeException($inunitSafeException)
425 {
426 $this->inunitSafeException = $inunitSafeException;
427 }
428 /**
429 * @return string
430 */
431 public function getInunitSafeException()
432 {
433 return $this->inunitSafeException;
434 }
435 /**
436 * @param bool
437 */
438 public function setInunitWifiAvailable($inunitWifiAvailable)
439 {
440 $this->inunitWifiAvailable = $inunitWifiAvailable;
441 }
442 /**
443 * @return bool
444 */
445 public function getInunitWifiAvailable()
446 {
447 return $this->inunitWifiAvailable;
448 }
449 /**
450 * @param string
451 */
452 public function setInunitWifiAvailableException($inunitWifiAvailableException)
453 {
454 $this->inunitWifiAvailableException = $inunitWifiAvailableException;
455 }
456 /**
457 * @return string
458 */
459 public function getInunitWifiAvailableException()
460 {
461 return $this->inunitWifiAvailableException;
462 }
463 /**
464 * @param bool
465 */
466 public function setIroningEquipment($ironingEquipment)
467 {
468 $this->ironingEquipment = $ironingEquipment;
469 }
470 /**
471 * @return bool
472 */
473 public function getIroningEquipment()
474 {
475 return $this->ironingEquipment;
476 }
477 /**
478 * @param string
479 */
480 public function setIroningEquipmentException($ironingEquipmentException)
481 {
482 $this->ironingEquipmentException = $ironingEquipmentException;
483 }
484 /**
485 * @return string
486 */
487 public function getIroningEquipmentException()
488 {
489 return $this->ironingEquipmentException;
490 }
491 /**
492 * @param bool
493 */
494 public function setPayPerViewMovies($payPerViewMovies)
495 {
496 $this->payPerViewMovies = $payPerViewMovies;
497 }
498 /**
499 * @return bool
500 */
501 public function getPayPerViewMovies()
502 {
503 return $this->payPerViewMovies;
504 }
505 /**
506 * @param string
507 */
508 public function setPayPerViewMoviesException($payPerViewMoviesException)
509 {
510 $this->payPerViewMoviesException = $payPerViewMoviesException;
511 }
512 /**
513 * @return string
514 */
515 public function getPayPerViewMoviesException()
516 {
517 return $this->payPerViewMoviesException;
518 }
519 /**
520 * @param bool
521 */
522 public function setPrivateBathroom($privateBathroom)
523 {
524 $this->privateBathroom = $privateBathroom;
525 }
526 /**
527 * @return bool
528 */
529 public function getPrivateBathroom()
530 {
531 return $this->privateBathroom;
532 }
533 /**
534 * @param string
535 */
536 public function setPrivateBathroomException($privateBathroomException)
537 {
538 $this->privateBathroomException = $privateBathroomException;
539 }
540 /**
541 * @return string
542 */
543 public function getPrivateBathroomException()
544 {
545 return $this->privateBathroomException;
546 }
547 /**
548 * @param bool
549 */
550 public function setShower($shower)
551 {
552 $this->shower = $shower;
553 }
554 /**
555 * @return bool
556 */
557 public function getShower()
558 {
559 return $this->shower;
560 }
561 /**
562 * @param string
563 */
564 public function setShowerException($showerException)
565 {
566 $this->showerException = $showerException;
567 }
568 /**
569 * @return string
570 */
571 public function getShowerException()
572 {
573 return $this->showerException;
574 }
575 /**
576 * @param bool
577 */
578 public function setToilet($toilet)
579 {
580 $this->toilet = $toilet;
581 }
582 /**
583 * @return bool
584 */
585 public function getToilet()
586 {
587 return $this->toilet;
588 }
589 /**
590 * @param string
591 */
592 public function setToiletException($toiletException)
593 {
594 $this->toiletException = $toiletException;
595 }
596 /**
597 * @return string
598 */
599 public function getToiletException()
600 {
601 return $this->toiletException;
602 }
603 /**
604 * @param bool
605 */
606 public function setTv($tv)
607 {
608 $this->tv = $tv;
609 }
610 /**
611 * @return bool
612 */
613 public function getTv()
614 {
615 return $this->tv;
616 }
617 /**
618 * @param bool
619 */
620 public function setTvCasting($tvCasting)
621 {
622 $this->tvCasting = $tvCasting;
623 }
624 /**
625 * @return bool
626 */
627 public function getTvCasting()
628 {
629 return $this->tvCasting;
630 }
631 /**
632 * @param string
633 */
634 public function setTvCastingException($tvCastingException)
635 {
636 $this->tvCastingException = $tvCastingException;
637 }
638 /**
639 * @return string
640 */
641 public function getTvCastingException()
642 {
643 return $this->tvCastingException;
644 }
645 /**
646 * @param string
647 */
648 public function setTvException($tvException)
649 {
650 $this->tvException = $tvException;
651 }
652 /**
653 * @return string
654 */
655 public function getTvException()
656 {
657 return $this->tvException;
658 }
659 /**
660 * @param bool
661 */
662 public function setTvStreaming($tvStreaming)
663 {
664 $this->tvStreaming = $tvStreaming;
665 }
666 /**
667 * @return bool
668 */
669 public function getTvStreaming()
670 {
671 return $this->tvStreaming;
672 }
673 /**
674 * @param string
675 */
676 public function setTvStreamingException($tvStreamingException)
677 {
678 $this->tvStreamingException = $tvStreamingException;
679 }
680 /**
681 * @return string
682 */
683 public function getTvStreamingException()
684 {
685 return $this->tvStreamingException;
686 }
687 /**
688 * @param bool
689 */
690 public function setUniversalPowerAdapters($universalPowerAdapters)
691 {
692 $this->universalPowerAdapters = $universalPowerAdapters;
693 }
694 /**
695 * @return bool
696 */
697 public function getUniversalPowerAdapters()
698 {
699 return $this->universalPowerAdapters;
700 }
701 /**
702 * @param string
703 */
704 public function setUniversalPowerAdaptersException($universalPowerAdaptersException)
705 {
706 $this->universalPowerAdaptersException = $universalPowerAdaptersException;
707 }
708 /**
709 * @return string
710 */
711 public function getUniversalPowerAdaptersException()
712 {
713 return $this->universalPowerAdaptersException;
714 }
715 /**
716 * @param bool
717 */
718 public function setWasher($washer)
719 {
720 $this->washer = $washer;
721 }
722 /**
723 * @return bool
724 */
725 public function getWasher()
726 {
727 return $this->washer;
728 }
729 /**
730 * @param string
731 */
732 public function setWasherException($washerException)
733 {
734 $this->washerException = $washerException;
735 }
736 /**
737 * @return string
738 */
739 public function getWasherException()
740 {
741 return $this->washerException;
742 }
743}
744
745// Adding a class alias for backwards compatibility with the previous class name.
746class_alias(LivingAreaFeatures::class, 'Google_Service_MyBusinessLodging_LivingAreaFeatures');
Note: See TracBrowser for help on using the repository browser.