<?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 LivingAreaSleeping extends \Google\Model
|
|
{
|
|
public $bedsCount;
|
|
public $bedsCountException;
|
|
public $bunkBedsCount;
|
|
public $bunkBedsCountException;
|
|
public $cribsCount;
|
|
public $cribsCountException;
|
|
public $doubleBedsCount;
|
|
public $doubleBedsCountException;
|
|
public $featherPillows;
|
|
public $featherPillowsException;
|
|
public $hypoallergenicBedding;
|
|
public $hypoallergenicBeddingException;
|
|
public $kingBedsCount;
|
|
public $kingBedsCountException;
|
|
public $memoryFoamPillows;
|
|
public $memoryFoamPillowsException;
|
|
public $otherBedsCount;
|
|
public $otherBedsCountException;
|
|
public $queenBedsCount;
|
|
public $queenBedsCountException;
|
|
public $rollAwayBedsCount;
|
|
public $rollAwayBedsCountException;
|
|
public $singleOrTwinBedsCount;
|
|
public $singleOrTwinBedsCountException;
|
|
public $sofaBedsCount;
|
|
public $sofaBedsCountException;
|
|
public $syntheticPillows;
|
|
public $syntheticPillowsException;
|
|
|
|
public function setBedsCount($bedsCount)
|
|
{
|
|
$this->bedsCount = $bedsCount;
|
|
}
|
|
public function getBedsCount()
|
|
{
|
|
return $this->bedsCount;
|
|
}
|
|
public function setBedsCountException($bedsCountException)
|
|
{
|
|
$this->bedsCountException = $bedsCountException;
|
|
}
|
|
public function getBedsCountException()
|
|
{
|
|
return $this->bedsCountException;
|
|
}
|
|
public function setBunkBedsCount($bunkBedsCount)
|
|
{
|
|
$this->bunkBedsCount = $bunkBedsCount;
|
|
}
|
|
public function getBunkBedsCount()
|
|
{
|
|
return $this->bunkBedsCount;
|
|
}
|
|
public function setBunkBedsCountException($bunkBedsCountException)
|
|
{
|
|
$this->bunkBedsCountException = $bunkBedsCountException;
|
|
}
|
|
public function getBunkBedsCountException()
|
|
{
|
|
return $this->bunkBedsCountException;
|
|
}
|
|
public function setCribsCount($cribsCount)
|
|
{
|
|
$this->cribsCount = $cribsCount;
|
|
}
|
|
public function getCribsCount()
|
|
{
|
|
return $this->cribsCount;
|
|
}
|
|
public function setCribsCountException($cribsCountException)
|
|
{
|
|
$this->cribsCountException = $cribsCountException;
|
|
}
|
|
public function getCribsCountException()
|
|
{
|
|
return $this->cribsCountException;
|
|
}
|
|
public function setDoubleBedsCount($doubleBedsCount)
|
|
{
|
|
$this->doubleBedsCount = $doubleBedsCount;
|
|
}
|
|
public function getDoubleBedsCount()
|
|
{
|
|
return $this->doubleBedsCount;
|
|
}
|
|
public function setDoubleBedsCountException($doubleBedsCountException)
|
|
{
|
|
$this->doubleBedsCountException = $doubleBedsCountException;
|
|
}
|
|
public function getDoubleBedsCountException()
|
|
{
|
|
return $this->doubleBedsCountException;
|
|
}
|
|
public function setFeatherPillows($featherPillows)
|
|
{
|
|
$this->featherPillows = $featherPillows;
|
|
}
|
|
public function getFeatherPillows()
|
|
{
|
|
return $this->featherPillows;
|
|
}
|
|
public function setFeatherPillowsException($featherPillowsException)
|
|
{
|
|
$this->featherPillowsException = $featherPillowsException;
|
|
}
|
|
public function getFeatherPillowsException()
|
|
{
|
|
return $this->featherPillowsException;
|
|
}
|
|
public function setHypoallergenicBedding($hypoallergenicBedding)
|
|
{
|
|
$this->hypoallergenicBedding = $hypoallergenicBedding;
|
|
}
|
|
public function getHypoallergenicBedding()
|
|
{
|
|
return $this->hypoallergenicBedding;
|
|
}
|
|
public function setHypoallergenicBeddingException($hypoallergenicBeddingException)
|
|
{
|
|
$this->hypoallergenicBeddingException = $hypoallergenicBeddingException;
|
|
}
|
|
public function getHypoallergenicBeddingException()
|
|
{
|
|
return $this->hypoallergenicBeddingException;
|
|
}
|
|
public function setKingBedsCount($kingBedsCount)
|
|
{
|
|
$this->kingBedsCount = $kingBedsCount;
|
|
}
|
|
public function getKingBedsCount()
|
|
{
|
|
return $this->kingBedsCount;
|
|
}
|
|
public function setKingBedsCountException($kingBedsCountException)
|
|
{
|
|
$this->kingBedsCountException = $kingBedsCountException;
|
|
}
|
|
public function getKingBedsCountException()
|
|
{
|
|
return $this->kingBedsCountException;
|
|
}
|
|
public function setMemoryFoamPillows($memoryFoamPillows)
|
|
{
|
|
$this->memoryFoamPillows = $memoryFoamPillows;
|
|
}
|
|
public function getMemoryFoamPillows()
|
|
{
|
|
return $this->memoryFoamPillows;
|
|
}
|
|
public function setMemoryFoamPillowsException($memoryFoamPillowsException)
|
|
{
|
|
$this->memoryFoamPillowsException = $memoryFoamPillowsException;
|
|
}
|
|
public function getMemoryFoamPillowsException()
|
|
{
|
|
return $this->memoryFoamPillowsException;
|
|
}
|
|
public function setOtherBedsCount($otherBedsCount)
|
|
{
|
|
$this->otherBedsCount = $otherBedsCount;
|
|
}
|
|
public function getOtherBedsCount()
|
|
{
|
|
return $this->otherBedsCount;
|
|
}
|
|
public function setOtherBedsCountException($otherBedsCountException)
|
|
{
|
|
$this->otherBedsCountException = $otherBedsCountException;
|
|
}
|
|
public function getOtherBedsCountException()
|
|
{
|
|
return $this->otherBedsCountException;
|
|
}
|
|
public function setQueenBedsCount($queenBedsCount)
|
|
{
|
|
$this->queenBedsCount = $queenBedsCount;
|
|
}
|
|
public function getQueenBedsCount()
|
|
{
|
|
return $this->queenBedsCount;
|
|
}
|
|
public function setQueenBedsCountException($queenBedsCountException)
|
|
{
|
|
$this->queenBedsCountException = $queenBedsCountException;
|
|
}
|
|
public function getQueenBedsCountException()
|
|
{
|
|
return $this->queenBedsCountException;
|
|
}
|
|
public function setRollAwayBedsCount($rollAwayBedsCount)
|
|
{
|
|
$this->rollAwayBedsCount = $rollAwayBedsCount;
|
|
}
|
|
public function getRollAwayBedsCount()
|
|
{
|
|
return $this->rollAwayBedsCount;
|
|
}
|
|
public function setRollAwayBedsCountException($rollAwayBedsCountException)
|
|
{
|
|
$this->rollAwayBedsCountException = $rollAwayBedsCountException;
|
|
}
|
|
public function getRollAwayBedsCountException()
|
|
{
|
|
return $this->rollAwayBedsCountException;
|
|
}
|
|
public function setSingleOrTwinBedsCount($singleOrTwinBedsCount)
|
|
{
|
|
$this->singleOrTwinBedsCount = $singleOrTwinBedsCount;
|
|
}
|
|
public function getSingleOrTwinBedsCount()
|
|
{
|
|
return $this->singleOrTwinBedsCount;
|
|
}
|
|
public function setSingleOrTwinBedsCountException($singleOrTwinBedsCountException)
|
|
{
|
|
$this->singleOrTwinBedsCountException = $singleOrTwinBedsCountException;
|
|
}
|
|
public function getSingleOrTwinBedsCountException()
|
|
{
|
|
return $this->singleOrTwinBedsCountException;
|
|
}
|
|
public function setSofaBedsCount($sofaBedsCount)
|
|
{
|
|
$this->sofaBedsCount = $sofaBedsCount;
|
|
}
|
|
public function getSofaBedsCount()
|
|
{
|
|
return $this->sofaBedsCount;
|
|
}
|
|
public function setSofaBedsCountException($sofaBedsCountException)
|
|
{
|
|
$this->sofaBedsCountException = $sofaBedsCountException;
|
|
}
|
|
public function getSofaBedsCountException()
|
|
{
|
|
return $this->sofaBedsCountException;
|
|
}
|
|
public function setSyntheticPillows($syntheticPillows)
|
|
{
|
|
$this->syntheticPillows = $syntheticPillows;
|
|
}
|
|
public function getSyntheticPillows()
|
|
{
|
|
return $this->syntheticPillows;
|
|
}
|
|
public function setSyntheticPillowsException($syntheticPillowsException)
|
|
{
|
|
$this->syntheticPillowsException = $syntheticPillowsException;
|
|
}
|
|
public function getSyntheticPillowsException()
|
|
{
|
|
return $this->syntheticPillowsException;
|
|
}
|
|
}
|
|
|
|
// Adding a class alias for backwards compatibility with the previous class name.
|
|
class_alias(LivingAreaSleeping::class, 'Google_Service_MyBusinessLodging_LivingAreaSleeping');
|