[e3d4e0a] | 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 |
|
---|
| 18 | namespace Google\Service\MyBusinessLodging;
|
---|
| 19 |
|
---|
| 20 | class WasteReduction extends \Google\Model
|
---|
| 21 | {
|
---|
| 22 | /**
|
---|
| 23 | * @var bool
|
---|
| 24 | */
|
---|
| 25 | public $compostableFoodContainersAndCutlery;
|
---|
| 26 | /**
|
---|
| 27 | * @var string
|
---|
| 28 | */
|
---|
| 29 | public $compostableFoodContainersAndCutleryException;
|
---|
| 30 | /**
|
---|
| 31 | * @var bool
|
---|
| 32 | */
|
---|
| 33 | public $compostsExcessFood;
|
---|
| 34 | /**
|
---|
| 35 | * @var string
|
---|
| 36 | */
|
---|
| 37 | public $compostsExcessFoodException;
|
---|
| 38 | /**
|
---|
| 39 | * @var bool
|
---|
| 40 | */
|
---|
| 41 | public $donatesExcessFood;
|
---|
| 42 | /**
|
---|
| 43 | * @var string
|
---|
| 44 | */
|
---|
| 45 | public $donatesExcessFoodException;
|
---|
| 46 | /**
|
---|
| 47 | * @var bool
|
---|
| 48 | */
|
---|
| 49 | public $foodWasteReductionProgram;
|
---|
| 50 | /**
|
---|
| 51 | * @var string
|
---|
| 52 | */
|
---|
| 53 | public $foodWasteReductionProgramException;
|
---|
| 54 | /**
|
---|
| 55 | * @var bool
|
---|
| 56 | */
|
---|
| 57 | public $noSingleUsePlasticStraws;
|
---|
| 58 | /**
|
---|
| 59 | * @var string
|
---|
| 60 | */
|
---|
| 61 | public $noSingleUsePlasticStrawsException;
|
---|
| 62 | /**
|
---|
| 63 | * @var bool
|
---|
| 64 | */
|
---|
| 65 | public $noSingleUsePlasticWaterBottles;
|
---|
| 66 | /**
|
---|
| 67 | * @var string
|
---|
| 68 | */
|
---|
| 69 | public $noSingleUsePlasticWaterBottlesException;
|
---|
| 70 | /**
|
---|
| 71 | * @var bool
|
---|
| 72 | */
|
---|
| 73 | public $noStyrofoamFoodContainers;
|
---|
| 74 | /**
|
---|
| 75 | * @var string
|
---|
| 76 | */
|
---|
| 77 | public $noStyrofoamFoodContainersException;
|
---|
| 78 | /**
|
---|
| 79 | * @var bool
|
---|
| 80 | */
|
---|
| 81 | public $recyclingProgram;
|
---|
| 82 | /**
|
---|
| 83 | * @var string
|
---|
| 84 | */
|
---|
| 85 | public $recyclingProgramException;
|
---|
| 86 | /**
|
---|
| 87 | * @var bool
|
---|
| 88 | */
|
---|
| 89 | public $refillableToiletryContainers;
|
---|
| 90 | /**
|
---|
| 91 | * @var string
|
---|
| 92 | */
|
---|
| 93 | public $refillableToiletryContainersException;
|
---|
| 94 | /**
|
---|
| 95 | * @var bool
|
---|
| 96 | */
|
---|
| 97 | public $safelyDisposesBatteries;
|
---|
| 98 | /**
|
---|
| 99 | * @var string
|
---|
| 100 | */
|
---|
| 101 | public $safelyDisposesBatteriesException;
|
---|
| 102 | /**
|
---|
| 103 | * @var bool
|
---|
| 104 | */
|
---|
| 105 | public $safelyDisposesElectronics;
|
---|
| 106 | /**
|
---|
| 107 | * @var string
|
---|
| 108 | */
|
---|
| 109 | public $safelyDisposesElectronicsException;
|
---|
| 110 | /**
|
---|
| 111 | * @var bool
|
---|
| 112 | */
|
---|
| 113 | public $safelyDisposesLightbulbs;
|
---|
| 114 | /**
|
---|
| 115 | * @var string
|
---|
| 116 | */
|
---|
| 117 | public $safelyDisposesLightbulbsException;
|
---|
| 118 | /**
|
---|
| 119 | * @var bool
|
---|
| 120 | */
|
---|
| 121 | public $safelyHandlesHazardousSubstances;
|
---|
| 122 | /**
|
---|
| 123 | * @var string
|
---|
| 124 | */
|
---|
| 125 | public $safelyHandlesHazardousSubstancesException;
|
---|
| 126 | /**
|
---|
| 127 | * @var bool
|
---|
| 128 | */
|
---|
| 129 | public $soapDonationProgram;
|
---|
| 130 | /**
|
---|
| 131 | * @var string
|
---|
| 132 | */
|
---|
| 133 | public $soapDonationProgramException;
|
---|
| 134 | /**
|
---|
| 135 | * @var bool
|
---|
| 136 | */
|
---|
| 137 | public $toiletryDonationProgram;
|
---|
| 138 | /**
|
---|
| 139 | * @var string
|
---|
| 140 | */
|
---|
| 141 | public $toiletryDonationProgramException;
|
---|
| 142 | /**
|
---|
| 143 | * @var bool
|
---|
| 144 | */
|
---|
| 145 | public $waterBottleFillingStations;
|
---|
| 146 | /**
|
---|
| 147 | * @var string
|
---|
| 148 | */
|
---|
| 149 | public $waterBottleFillingStationsException;
|
---|
| 150 |
|
---|
| 151 | /**
|
---|
| 152 | * @param bool
|
---|
| 153 | */
|
---|
| 154 | public function setCompostableFoodContainersAndCutlery($compostableFoodContainersAndCutlery)
|
---|
| 155 | {
|
---|
| 156 | $this->compostableFoodContainersAndCutlery = $compostableFoodContainersAndCutlery;
|
---|
| 157 | }
|
---|
| 158 | /**
|
---|
| 159 | * @return bool
|
---|
| 160 | */
|
---|
| 161 | public function getCompostableFoodContainersAndCutlery()
|
---|
| 162 | {
|
---|
| 163 | return $this->compostableFoodContainersAndCutlery;
|
---|
| 164 | }
|
---|
| 165 | /**
|
---|
| 166 | * @param string
|
---|
| 167 | */
|
---|
| 168 | public function setCompostableFoodContainersAndCutleryException($compostableFoodContainersAndCutleryException)
|
---|
| 169 | {
|
---|
| 170 | $this->compostableFoodContainersAndCutleryException = $compostableFoodContainersAndCutleryException;
|
---|
| 171 | }
|
---|
| 172 | /**
|
---|
| 173 | * @return string
|
---|
| 174 | */
|
---|
| 175 | public function getCompostableFoodContainersAndCutleryException()
|
---|
| 176 | {
|
---|
| 177 | return $this->compostableFoodContainersAndCutleryException;
|
---|
| 178 | }
|
---|
| 179 | /**
|
---|
| 180 | * @param bool
|
---|
| 181 | */
|
---|
| 182 | public function setCompostsExcessFood($compostsExcessFood)
|
---|
| 183 | {
|
---|
| 184 | $this->compostsExcessFood = $compostsExcessFood;
|
---|
| 185 | }
|
---|
| 186 | /**
|
---|
| 187 | * @return bool
|
---|
| 188 | */
|
---|
| 189 | public function getCompostsExcessFood()
|
---|
| 190 | {
|
---|
| 191 | return $this->compostsExcessFood;
|
---|
| 192 | }
|
---|
| 193 | /**
|
---|
| 194 | * @param string
|
---|
| 195 | */
|
---|
| 196 | public function setCompostsExcessFoodException($compostsExcessFoodException)
|
---|
| 197 | {
|
---|
| 198 | $this->compostsExcessFoodException = $compostsExcessFoodException;
|
---|
| 199 | }
|
---|
| 200 | /**
|
---|
| 201 | * @return string
|
---|
| 202 | */
|
---|
| 203 | public function getCompostsExcessFoodException()
|
---|
| 204 | {
|
---|
| 205 | return $this->compostsExcessFoodException;
|
---|
| 206 | }
|
---|
| 207 | /**
|
---|
| 208 | * @param bool
|
---|
| 209 | */
|
---|
| 210 | public function setDonatesExcessFood($donatesExcessFood)
|
---|
| 211 | {
|
---|
| 212 | $this->donatesExcessFood = $donatesExcessFood;
|
---|
| 213 | }
|
---|
| 214 | /**
|
---|
| 215 | * @return bool
|
---|
| 216 | */
|
---|
| 217 | public function getDonatesExcessFood()
|
---|
| 218 | {
|
---|
| 219 | return $this->donatesExcessFood;
|
---|
| 220 | }
|
---|
| 221 | /**
|
---|
| 222 | * @param string
|
---|
| 223 | */
|
---|
| 224 | public function setDonatesExcessFoodException($donatesExcessFoodException)
|
---|
| 225 | {
|
---|
| 226 | $this->donatesExcessFoodException = $donatesExcessFoodException;
|
---|
| 227 | }
|
---|
| 228 | /**
|
---|
| 229 | * @return string
|
---|
| 230 | */
|
---|
| 231 | public function getDonatesExcessFoodException()
|
---|
| 232 | {
|
---|
| 233 | return $this->donatesExcessFoodException;
|
---|
| 234 | }
|
---|
| 235 | /**
|
---|
| 236 | * @param bool
|
---|
| 237 | */
|
---|
| 238 | public function setFoodWasteReductionProgram($foodWasteReductionProgram)
|
---|
| 239 | {
|
---|
| 240 | $this->foodWasteReductionProgram = $foodWasteReductionProgram;
|
---|
| 241 | }
|
---|
| 242 | /**
|
---|
| 243 | * @return bool
|
---|
| 244 | */
|
---|
| 245 | public function getFoodWasteReductionProgram()
|
---|
| 246 | {
|
---|
| 247 | return $this->foodWasteReductionProgram;
|
---|
| 248 | }
|
---|
| 249 | /**
|
---|
| 250 | * @param string
|
---|
| 251 | */
|
---|
| 252 | public function setFoodWasteReductionProgramException($foodWasteReductionProgramException)
|
---|
| 253 | {
|
---|
| 254 | $this->foodWasteReductionProgramException = $foodWasteReductionProgramException;
|
---|
| 255 | }
|
---|
| 256 | /**
|
---|
| 257 | * @return string
|
---|
| 258 | */
|
---|
| 259 | public function getFoodWasteReductionProgramException()
|
---|
| 260 | {
|
---|
| 261 | return $this->foodWasteReductionProgramException;
|
---|
| 262 | }
|
---|
| 263 | /**
|
---|
| 264 | * @param bool
|
---|
| 265 | */
|
---|
| 266 | public function setNoSingleUsePlasticStraws($noSingleUsePlasticStraws)
|
---|
| 267 | {
|
---|
| 268 | $this->noSingleUsePlasticStraws = $noSingleUsePlasticStraws;
|
---|
| 269 | }
|
---|
| 270 | /**
|
---|
| 271 | * @return bool
|
---|
| 272 | */
|
---|
| 273 | public function getNoSingleUsePlasticStraws()
|
---|
| 274 | {
|
---|
| 275 | return $this->noSingleUsePlasticStraws;
|
---|
| 276 | }
|
---|
| 277 | /**
|
---|
| 278 | * @param string
|
---|
| 279 | */
|
---|
| 280 | public function setNoSingleUsePlasticStrawsException($noSingleUsePlasticStrawsException)
|
---|
| 281 | {
|
---|
| 282 | $this->noSingleUsePlasticStrawsException = $noSingleUsePlasticStrawsException;
|
---|
| 283 | }
|
---|
| 284 | /**
|
---|
| 285 | * @return string
|
---|
| 286 | */
|
---|
| 287 | public function getNoSingleUsePlasticStrawsException()
|
---|
| 288 | {
|
---|
| 289 | return $this->noSingleUsePlasticStrawsException;
|
---|
| 290 | }
|
---|
| 291 | /**
|
---|
| 292 | * @param bool
|
---|
| 293 | */
|
---|
| 294 | public function setNoSingleUsePlasticWaterBottles($noSingleUsePlasticWaterBottles)
|
---|
| 295 | {
|
---|
| 296 | $this->noSingleUsePlasticWaterBottles = $noSingleUsePlasticWaterBottles;
|
---|
| 297 | }
|
---|
| 298 | /**
|
---|
| 299 | * @return bool
|
---|
| 300 | */
|
---|
| 301 | public function getNoSingleUsePlasticWaterBottles()
|
---|
| 302 | {
|
---|
| 303 | return $this->noSingleUsePlasticWaterBottles;
|
---|
| 304 | }
|
---|
| 305 | /**
|
---|
| 306 | * @param string
|
---|
| 307 | */
|
---|
| 308 | public function setNoSingleUsePlasticWaterBottlesException($noSingleUsePlasticWaterBottlesException)
|
---|
| 309 | {
|
---|
| 310 | $this->noSingleUsePlasticWaterBottlesException = $noSingleUsePlasticWaterBottlesException;
|
---|
| 311 | }
|
---|
| 312 | /**
|
---|
| 313 | * @return string
|
---|
| 314 | */
|
---|
| 315 | public function getNoSingleUsePlasticWaterBottlesException()
|
---|
| 316 | {
|
---|
| 317 | return $this->noSingleUsePlasticWaterBottlesException;
|
---|
| 318 | }
|
---|
| 319 | /**
|
---|
| 320 | * @param bool
|
---|
| 321 | */
|
---|
| 322 | public function setNoStyrofoamFoodContainers($noStyrofoamFoodContainers)
|
---|
| 323 | {
|
---|
| 324 | $this->noStyrofoamFoodContainers = $noStyrofoamFoodContainers;
|
---|
| 325 | }
|
---|
| 326 | /**
|
---|
| 327 | * @return bool
|
---|
| 328 | */
|
---|
| 329 | public function getNoStyrofoamFoodContainers()
|
---|
| 330 | {
|
---|
| 331 | return $this->noStyrofoamFoodContainers;
|
---|
| 332 | }
|
---|
| 333 | /**
|
---|
| 334 | * @param string
|
---|
| 335 | */
|
---|
| 336 | public function setNoStyrofoamFoodContainersException($noStyrofoamFoodContainersException)
|
---|
| 337 | {
|
---|
| 338 | $this->noStyrofoamFoodContainersException = $noStyrofoamFoodContainersException;
|
---|
| 339 | }
|
---|
| 340 | /**
|
---|
| 341 | * @return string
|
---|
| 342 | */
|
---|
| 343 | public function getNoStyrofoamFoodContainersException()
|
---|
| 344 | {
|
---|
| 345 | return $this->noStyrofoamFoodContainersException;
|
---|
| 346 | }
|
---|
| 347 | /**
|
---|
| 348 | * @param bool
|
---|
| 349 | */
|
---|
| 350 | public function setRecyclingProgram($recyclingProgram)
|
---|
| 351 | {
|
---|
| 352 | $this->recyclingProgram = $recyclingProgram;
|
---|
| 353 | }
|
---|
| 354 | /**
|
---|
| 355 | * @return bool
|
---|
| 356 | */
|
---|
| 357 | public function getRecyclingProgram()
|
---|
| 358 | {
|
---|
| 359 | return $this->recyclingProgram;
|
---|
| 360 | }
|
---|
| 361 | /**
|
---|
| 362 | * @param string
|
---|
| 363 | */
|
---|
| 364 | public function setRecyclingProgramException($recyclingProgramException)
|
---|
| 365 | {
|
---|
| 366 | $this->recyclingProgramException = $recyclingProgramException;
|
---|
| 367 | }
|
---|
| 368 | /**
|
---|
| 369 | * @return string
|
---|
| 370 | */
|
---|
| 371 | public function getRecyclingProgramException()
|
---|
| 372 | {
|
---|
| 373 | return $this->recyclingProgramException;
|
---|
| 374 | }
|
---|
| 375 | /**
|
---|
| 376 | * @param bool
|
---|
| 377 | */
|
---|
| 378 | public function setRefillableToiletryContainers($refillableToiletryContainers)
|
---|
| 379 | {
|
---|
| 380 | $this->refillableToiletryContainers = $refillableToiletryContainers;
|
---|
| 381 | }
|
---|
| 382 | /**
|
---|
| 383 | * @return bool
|
---|
| 384 | */
|
---|
| 385 | public function getRefillableToiletryContainers()
|
---|
| 386 | {
|
---|
| 387 | return $this->refillableToiletryContainers;
|
---|
| 388 | }
|
---|
| 389 | /**
|
---|
| 390 | * @param string
|
---|
| 391 | */
|
---|
| 392 | public function setRefillableToiletryContainersException($refillableToiletryContainersException)
|
---|
| 393 | {
|
---|
| 394 | $this->refillableToiletryContainersException = $refillableToiletryContainersException;
|
---|
| 395 | }
|
---|
| 396 | /**
|
---|
| 397 | * @return string
|
---|
| 398 | */
|
---|
| 399 | public function getRefillableToiletryContainersException()
|
---|
| 400 | {
|
---|
| 401 | return $this->refillableToiletryContainersException;
|
---|
| 402 | }
|
---|
| 403 | /**
|
---|
| 404 | * @param bool
|
---|
| 405 | */
|
---|
| 406 | public function setSafelyDisposesBatteries($safelyDisposesBatteries)
|
---|
| 407 | {
|
---|
| 408 | $this->safelyDisposesBatteries = $safelyDisposesBatteries;
|
---|
| 409 | }
|
---|
| 410 | /**
|
---|
| 411 | * @return bool
|
---|
| 412 | */
|
---|
| 413 | public function getSafelyDisposesBatteries()
|
---|
| 414 | {
|
---|
| 415 | return $this->safelyDisposesBatteries;
|
---|
| 416 | }
|
---|
| 417 | /**
|
---|
| 418 | * @param string
|
---|
| 419 | */
|
---|
| 420 | public function setSafelyDisposesBatteriesException($safelyDisposesBatteriesException)
|
---|
| 421 | {
|
---|
| 422 | $this->safelyDisposesBatteriesException = $safelyDisposesBatteriesException;
|
---|
| 423 | }
|
---|
| 424 | /**
|
---|
| 425 | * @return string
|
---|
| 426 | */
|
---|
| 427 | public function getSafelyDisposesBatteriesException()
|
---|
| 428 | {
|
---|
| 429 | return $this->safelyDisposesBatteriesException;
|
---|
| 430 | }
|
---|
| 431 | /**
|
---|
| 432 | * @param bool
|
---|
| 433 | */
|
---|
| 434 | public function setSafelyDisposesElectronics($safelyDisposesElectronics)
|
---|
| 435 | {
|
---|
| 436 | $this->safelyDisposesElectronics = $safelyDisposesElectronics;
|
---|
| 437 | }
|
---|
| 438 | /**
|
---|
| 439 | * @return bool
|
---|
| 440 | */
|
---|
| 441 | public function getSafelyDisposesElectronics()
|
---|
| 442 | {
|
---|
| 443 | return $this->safelyDisposesElectronics;
|
---|
| 444 | }
|
---|
| 445 | /**
|
---|
| 446 | * @param string
|
---|
| 447 | */
|
---|
| 448 | public function setSafelyDisposesElectronicsException($safelyDisposesElectronicsException)
|
---|
| 449 | {
|
---|
| 450 | $this->safelyDisposesElectronicsException = $safelyDisposesElectronicsException;
|
---|
| 451 | }
|
---|
| 452 | /**
|
---|
| 453 | * @return string
|
---|
| 454 | */
|
---|
| 455 | public function getSafelyDisposesElectronicsException()
|
---|
| 456 | {
|
---|
| 457 | return $this->safelyDisposesElectronicsException;
|
---|
| 458 | }
|
---|
| 459 | /**
|
---|
| 460 | * @param bool
|
---|
| 461 | */
|
---|
| 462 | public function setSafelyDisposesLightbulbs($safelyDisposesLightbulbs)
|
---|
| 463 | {
|
---|
| 464 | $this->safelyDisposesLightbulbs = $safelyDisposesLightbulbs;
|
---|
| 465 | }
|
---|
| 466 | /**
|
---|
| 467 | * @return bool
|
---|
| 468 | */
|
---|
| 469 | public function getSafelyDisposesLightbulbs()
|
---|
| 470 | {
|
---|
| 471 | return $this->safelyDisposesLightbulbs;
|
---|
| 472 | }
|
---|
| 473 | /**
|
---|
| 474 | * @param string
|
---|
| 475 | */
|
---|
| 476 | public function setSafelyDisposesLightbulbsException($safelyDisposesLightbulbsException)
|
---|
| 477 | {
|
---|
| 478 | $this->safelyDisposesLightbulbsException = $safelyDisposesLightbulbsException;
|
---|
| 479 | }
|
---|
| 480 | /**
|
---|
| 481 | * @return string
|
---|
| 482 | */
|
---|
| 483 | public function getSafelyDisposesLightbulbsException()
|
---|
| 484 | {
|
---|
| 485 | return $this->safelyDisposesLightbulbsException;
|
---|
| 486 | }
|
---|
| 487 | /**
|
---|
| 488 | * @param bool
|
---|
| 489 | */
|
---|
| 490 | public function setSafelyHandlesHazardousSubstances($safelyHandlesHazardousSubstances)
|
---|
| 491 | {
|
---|
| 492 | $this->safelyHandlesHazardousSubstances = $safelyHandlesHazardousSubstances;
|
---|
| 493 | }
|
---|
| 494 | /**
|
---|
| 495 | * @return bool
|
---|
| 496 | */
|
---|
| 497 | public function getSafelyHandlesHazardousSubstances()
|
---|
| 498 | {
|
---|
| 499 | return $this->safelyHandlesHazardousSubstances;
|
---|
| 500 | }
|
---|
| 501 | /**
|
---|
| 502 | * @param string
|
---|
| 503 | */
|
---|
| 504 | public function setSafelyHandlesHazardousSubstancesException($safelyHandlesHazardousSubstancesException)
|
---|
| 505 | {
|
---|
| 506 | $this->safelyHandlesHazardousSubstancesException = $safelyHandlesHazardousSubstancesException;
|
---|
| 507 | }
|
---|
| 508 | /**
|
---|
| 509 | * @return string
|
---|
| 510 | */
|
---|
| 511 | public function getSafelyHandlesHazardousSubstancesException()
|
---|
| 512 | {
|
---|
| 513 | return $this->safelyHandlesHazardousSubstancesException;
|
---|
| 514 | }
|
---|
| 515 | /**
|
---|
| 516 | * @param bool
|
---|
| 517 | */
|
---|
| 518 | public function setSoapDonationProgram($soapDonationProgram)
|
---|
| 519 | {
|
---|
| 520 | $this->soapDonationProgram = $soapDonationProgram;
|
---|
| 521 | }
|
---|
| 522 | /**
|
---|
| 523 | * @return bool
|
---|
| 524 | */
|
---|
| 525 | public function getSoapDonationProgram()
|
---|
| 526 | {
|
---|
| 527 | return $this->soapDonationProgram;
|
---|
| 528 | }
|
---|
| 529 | /**
|
---|
| 530 | * @param string
|
---|
| 531 | */
|
---|
| 532 | public function setSoapDonationProgramException($soapDonationProgramException)
|
---|
| 533 | {
|
---|
| 534 | $this->soapDonationProgramException = $soapDonationProgramException;
|
---|
| 535 | }
|
---|
| 536 | /**
|
---|
| 537 | * @return string
|
---|
| 538 | */
|
---|
| 539 | public function getSoapDonationProgramException()
|
---|
| 540 | {
|
---|
| 541 | return $this->soapDonationProgramException;
|
---|
| 542 | }
|
---|
| 543 | /**
|
---|
| 544 | * @param bool
|
---|
| 545 | */
|
---|
| 546 | public function setToiletryDonationProgram($toiletryDonationProgram)
|
---|
| 547 | {
|
---|
| 548 | $this->toiletryDonationProgram = $toiletryDonationProgram;
|
---|
| 549 | }
|
---|
| 550 | /**
|
---|
| 551 | * @return bool
|
---|
| 552 | */
|
---|
| 553 | public function getToiletryDonationProgram()
|
---|
| 554 | {
|
---|
| 555 | return $this->toiletryDonationProgram;
|
---|
| 556 | }
|
---|
| 557 | /**
|
---|
| 558 | * @param string
|
---|
| 559 | */
|
---|
| 560 | public function setToiletryDonationProgramException($toiletryDonationProgramException)
|
---|
| 561 | {
|
---|
| 562 | $this->toiletryDonationProgramException = $toiletryDonationProgramException;
|
---|
| 563 | }
|
---|
| 564 | /**
|
---|
| 565 | * @return string
|
---|
| 566 | */
|
---|
| 567 | public function getToiletryDonationProgramException()
|
---|
| 568 | {
|
---|
| 569 | return $this->toiletryDonationProgramException;
|
---|
| 570 | }
|
---|
| 571 | /**
|
---|
| 572 | * @param bool
|
---|
| 573 | */
|
---|
| 574 | public function setWaterBottleFillingStations($waterBottleFillingStations)
|
---|
| 575 | {
|
---|
| 576 | $this->waterBottleFillingStations = $waterBottleFillingStations;
|
---|
| 577 | }
|
---|
| 578 | /**
|
---|
| 579 | * @return bool
|
---|
| 580 | */
|
---|
| 581 | public function getWaterBottleFillingStations()
|
---|
| 582 | {
|
---|
| 583 | return $this->waterBottleFillingStations;
|
---|
| 584 | }
|
---|
| 585 | /**
|
---|
| 586 | * @param string
|
---|
| 587 | */
|
---|
| 588 | public function setWaterBottleFillingStationsException($waterBottleFillingStationsException)
|
---|
| 589 | {
|
---|
| 590 | $this->waterBottleFillingStationsException = $waterBottleFillingStationsException;
|
---|
| 591 | }
|
---|
| 592 | /**
|
---|
| 593 | * @return string
|
---|
| 594 | */
|
---|
| 595 | public function getWaterBottleFillingStationsException()
|
---|
| 596 | {
|
---|
| 597 | return $this->waterBottleFillingStationsException;
|
---|
| 598 | }
|
---|
| 599 | }
|
---|
| 600 |
|
---|
| 601 | // Adding a class alias for backwards compatibility with the previous class name.
|
---|
| 602 | class_alias(WasteReduction::class, 'Google_Service_MyBusinessLodging_WasteReduction');
|
---|