public final class HealthAndSafety
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the My Business Lodging API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
HealthAndSafety() |
Modifier and Type | Method and Description |
---|---|
HealthAndSafety |
clone() |
EnhancedCleaning |
getEnhancedCleaning()
Enhanced cleaning measures implemented by the hotel during COVID-19.
|
IncreasedFoodSafety |
getIncreasedFoodSafety()
Increased food safety measures implemented by the hotel during COVID-19.
|
MinimizedContact |
getMinimizedContact()
Minimized contact measures implemented by the hotel during COVID-19.
|
PersonalProtection |
getPersonalProtection()
Personal protection measures implemented by the hotel during COVID-19.
|
PhysicalDistancing |
getPhysicalDistancing()
Physical distancing measures implemented by the hotel during COVID-19.
|
HealthAndSafety |
set(String fieldName,
Object value) |
HealthAndSafety |
setEnhancedCleaning(EnhancedCleaning enhancedCleaning)
Enhanced cleaning measures implemented by the hotel during COVID-19.
|
HealthAndSafety |
setIncreasedFoodSafety(IncreasedFoodSafety increasedFoodSafety)
Increased food safety measures implemented by the hotel during COVID-19.
|
HealthAndSafety |
setMinimizedContact(MinimizedContact minimizedContact)
Minimized contact measures implemented by the hotel during COVID-19.
|
HealthAndSafety |
setPersonalProtection(PersonalProtection personalProtection)
Personal protection measures implemented by the hotel during COVID-19.
|
HealthAndSafety |
setPhysicalDistancing(PhysicalDistancing physicalDistancing)
Physical distancing measures implemented by the hotel during COVID-19.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public EnhancedCleaning getEnhancedCleaning()
null
for nonepublic HealthAndSafety setEnhancedCleaning(EnhancedCleaning enhancedCleaning)
enhancedCleaning
- enhancedCleaning or null
for nonepublic IncreasedFoodSafety getIncreasedFoodSafety()
null
for nonepublic HealthAndSafety setIncreasedFoodSafety(IncreasedFoodSafety increasedFoodSafety)
increasedFoodSafety
- increasedFoodSafety or null
for nonepublic MinimizedContact getMinimizedContact()
null
for nonepublic HealthAndSafety setMinimizedContact(MinimizedContact minimizedContact)
minimizedContact
- minimizedContact or null
for nonepublic PersonalProtection getPersonalProtection()
null
for nonepublic HealthAndSafety setPersonalProtection(PersonalProtection personalProtection)
personalProtection
- personalProtection or null
for nonepublic PhysicalDistancing getPhysicalDistancing()
null
for nonepublic HealthAndSafety setPhysicalDistancing(PhysicalDistancing physicalDistancing)
physicalDistancing
- physicalDistancing or null
for nonepublic HealthAndSafety set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public HealthAndSafety clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.