/var/www/flurhymez/vendor/google/apiclient-services/src/MyBusinessLodging
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/MyBusinessLodging/HealthAndSafety.php (2963B)
enhancedCleaning = $enhancedCleaning;
}
/**
* @return EnhancedCleaning
*/
public function getEnhancedCleaning()
{
return $this->enhancedCleaning;
}
/**
* @param IncreasedFoodSafety
*/
public function setIncreasedFoodSafety(IncreasedFoodSafety $increasedFoodSafety)
{
$this->increasedFoodSafety = $increasedFoodSafety;
}
/**
* @return IncreasedFoodSafety
*/
public function getIncreasedFoodSafety()
{
return $this->increasedFoodSafety;
}
/**
* @param MinimizedContact
*/
public function setMinimizedContact(MinimizedContact $minimizedContact)
{
$this->minimizedContact = $minimizedContact;
}
/**
* @return MinimizedContact
*/
public function getMinimizedContact()
{
return $this->minimizedContact;
}
/**
* @param PersonalProtection
*/
public function setPersonalProtection(PersonalProtection $personalProtection)
{
$this->personalProtection = $personalProtection;
}
/**
* @return PersonalProtection
*/
public function getPersonalProtection()
{
return $this->personalProtection;
}
/**
* @param PhysicalDistancing
*/
public function setPhysicalDistancing(PhysicalDistancing $physicalDistancing)
{
$this->physicalDistancing = $physicalDistancing;
}
/**
* @return PhysicalDistancing
*/
public function getPhysicalDistancing()
{
return $this->physicalDistancing;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(HealthAndSafety::class, 'Google_Service_MyBusinessLodging_HealthAndSafety');