/var/www/flurhymez/vendor/google/apiclient-services/src/MyBusinessLodging
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/MyBusinessLodging/Transportation.php (5670B)
airportShuttle = $airportShuttle;
}
/**
* @return bool
*/
public function getAirportShuttle()
{
return $this->airportShuttle;
}
/**
* @param string
*/
public function setAirportShuttleException($airportShuttleException)
{
$this->airportShuttleException = $airportShuttleException;
}
/**
* @return string
*/
public function getAirportShuttleException()
{
return $this->airportShuttleException;
}
/**
* @param bool
*/
public function setCarRentalOnProperty($carRentalOnProperty)
{
$this->carRentalOnProperty = $carRentalOnProperty;
}
/**
* @return bool
*/
public function getCarRentalOnProperty()
{
return $this->carRentalOnProperty;
}
/**
* @param string
*/
public function setCarRentalOnPropertyException($carRentalOnPropertyException)
{
$this->carRentalOnPropertyException = $carRentalOnPropertyException;
}
/**
* @return string
*/
public function getCarRentalOnPropertyException()
{
return $this->carRentalOnPropertyException;
}
/**
* @param bool
*/
public function setFreeAirportShuttle($freeAirportShuttle)
{
$this->freeAirportShuttle = $freeAirportShuttle;
}
/**
* @return bool
*/
public function getFreeAirportShuttle()
{
return $this->freeAirportShuttle;
}
/**
* @param string
*/
public function setFreeAirportShuttleException($freeAirportShuttleException)
{
$this->freeAirportShuttleException = $freeAirportShuttleException;
}
/**
* @return string
*/
public function getFreeAirportShuttleException()
{
return $this->freeAirportShuttleException;
}
/**
* @param bool
*/
public function setFreePrivateCarService($freePrivateCarService)
{
$this->freePrivateCarService = $freePrivateCarService;
}
/**
* @return bool
*/
public function getFreePrivateCarService()
{
return $this->freePrivateCarService;
}
/**
* @param string
*/
public function setFreePrivateCarServiceException($freePrivateCarServiceException)
{
$this->freePrivateCarServiceException = $freePrivateCarServiceException;
}
/**
* @return string
*/
public function getFreePrivateCarServiceException()
{
return $this->freePrivateCarServiceException;
}
/**
* @param bool
*/
public function setLocalShuttle($localShuttle)
{
$this->localShuttle = $localShuttle;
}
/**
* @return bool
*/
public function getLocalShuttle()
{
return $this->localShuttle;
}
/**
* @param string
*/
public function setLocalShuttleException($localShuttleException)
{
$this->localShuttleException = $localShuttleException;
}
/**
* @return string
*/
public function getLocalShuttleException()
{
return $this->localShuttleException;
}
/**
* @param bool
*/
public function setPrivateCarService($privateCarService)
{
$this->privateCarService = $privateCarService;
}
/**
* @return bool
*/
public function getPrivateCarService()
{
return $this->privateCarService;
}
/**
* @param string
*/
public function setPrivateCarServiceException($privateCarServiceException)
{
$this->privateCarServiceException = $privateCarServiceException;
}
/**
* @return string
*/
public function getPrivateCarServiceException()
{
return $this->privateCarServiceException;
}
/**
* @param bool
*/
public function setTransfer($transfer)
{
$this->transfer = $transfer;
}
/**
* @return bool
*/
public function getTransfer()
{
return $this->transfer;
}
/**
* @param string
*/
public function setTransferException($transferException)
{
$this->transferException = $transferException;
}
/**
* @return string
*/
public function getTransferException()
{
return $this->transferException;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Transportation::class, 'Google_Service_MyBusinessLodging_Transportation');