public final class PhysicalDistancing
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 |
---|
PhysicalDistancing() |
Modifier and Type | Method and Description |
---|---|
PhysicalDistancing |
clone() |
Boolean |
getCommonAreasPhysicalDistancingArranged()
Common areas arranged to maintain physical distancing.
|
String |
getCommonAreasPhysicalDistancingArrangedException()
Common areas physical distancing arranged exception.
|
Boolean |
getPhysicalDistancingRequired()
Physical distancing required.
|
String |
getPhysicalDistancingRequiredException()
Physical distancing required exception.
|
Boolean |
getSafetyDividers()
Safety dividers at front desk and other locations.
|
String |
getSafetyDividersException()
Safety dividers exception.
|
Boolean |
getSharedAreasLimitedOccupancy()
Guest occupancy limited within shared facilities.
|
String |
getSharedAreasLimitedOccupancyException()
Shared areas limited occupancy exception.
|
Boolean |
getWellnessAreasHavePrivateSpaces()
Private spaces designated in spa and wellness areas.
|
String |
getWellnessAreasHavePrivateSpacesException()
Wellness areas have private spaces exception.
|
PhysicalDistancing |
set(String fieldName,
Object value) |
PhysicalDistancing |
setCommonAreasPhysicalDistancingArranged(Boolean commonAreasPhysicalDistancingArranged)
Common areas arranged to maintain physical distancing.
|
PhysicalDistancing |
setCommonAreasPhysicalDistancingArrangedException(String commonAreasPhysicalDistancingArrangedException)
Common areas physical distancing arranged exception.
|
PhysicalDistancing |
setPhysicalDistancingRequired(Boolean physicalDistancingRequired)
Physical distancing required.
|
PhysicalDistancing |
setPhysicalDistancingRequiredException(String physicalDistancingRequiredException)
Physical distancing required exception.
|
PhysicalDistancing |
setSafetyDividers(Boolean safetyDividers)
Safety dividers at front desk and other locations.
|
PhysicalDistancing |
setSafetyDividersException(String safetyDividersException)
Safety dividers exception.
|
PhysicalDistancing |
setSharedAreasLimitedOccupancy(Boolean sharedAreasLimitedOccupancy)
Guest occupancy limited within shared facilities.
|
PhysicalDistancing |
setSharedAreasLimitedOccupancyException(String sharedAreasLimitedOccupancyException)
Shared areas limited occupancy exception.
|
PhysicalDistancing |
setWellnessAreasHavePrivateSpaces(Boolean wellnessAreasHavePrivateSpaces)
Private spaces designated in spa and wellness areas.
|
PhysicalDistancing |
setWellnessAreasHavePrivateSpacesException(String wellnessAreasHavePrivateSpacesException)
Wellness areas have private spaces exception.
|
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 Boolean getCommonAreasPhysicalDistancingArranged()
null
for nonepublic PhysicalDistancing setCommonAreasPhysicalDistancingArranged(Boolean commonAreasPhysicalDistancingArranged)
commonAreasPhysicalDistancingArranged
- commonAreasPhysicalDistancingArranged or null
for nonepublic String getCommonAreasPhysicalDistancingArrangedException()
null
for nonepublic PhysicalDistancing setCommonAreasPhysicalDistancingArrangedException(String commonAreasPhysicalDistancingArrangedException)
commonAreasPhysicalDistancingArrangedException
- commonAreasPhysicalDistancingArrangedException or null
for nonepublic Boolean getPhysicalDistancingRequired()
null
for nonepublic PhysicalDistancing setPhysicalDistancingRequired(Boolean physicalDistancingRequired)
physicalDistancingRequired
- physicalDistancingRequired or null
for nonepublic String getPhysicalDistancingRequiredException()
null
for nonepublic PhysicalDistancing setPhysicalDistancingRequiredException(String physicalDistancingRequiredException)
physicalDistancingRequiredException
- physicalDistancingRequiredException or null
for nonepublic Boolean getSafetyDividers()
null
for nonepublic PhysicalDistancing setSafetyDividers(Boolean safetyDividers)
safetyDividers
- safetyDividers or null
for nonepublic String getSafetyDividersException()
null
for nonepublic PhysicalDistancing setSafetyDividersException(String safetyDividersException)
safetyDividersException
- safetyDividersException or null
for nonepublic Boolean getSharedAreasLimitedOccupancy()
null
for nonepublic PhysicalDistancing setSharedAreasLimitedOccupancy(Boolean sharedAreasLimitedOccupancy)
sharedAreasLimitedOccupancy
- sharedAreasLimitedOccupancy or null
for nonepublic String getSharedAreasLimitedOccupancyException()
null
for nonepublic PhysicalDistancing setSharedAreasLimitedOccupancyException(String sharedAreasLimitedOccupancyException)
sharedAreasLimitedOccupancyException
- sharedAreasLimitedOccupancyException or null
for nonepublic Boolean getWellnessAreasHavePrivateSpaces()
null
for nonepublic PhysicalDistancing setWellnessAreasHavePrivateSpaces(Boolean wellnessAreasHavePrivateSpaces)
wellnessAreasHavePrivateSpaces
- wellnessAreasHavePrivateSpaces or null
for nonepublic String getWellnessAreasHavePrivateSpacesException()
null
for nonepublic PhysicalDistancing setWellnessAreasHavePrivateSpacesException(String wellnessAreasHavePrivateSpacesException)
wellnessAreasHavePrivateSpacesException
- wellnessAreasHavePrivateSpacesException or null
for nonepublic PhysicalDistancing set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public PhysicalDistancing clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.