public final class PersonalProtection
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 |
---|
PersonalProtection() |
Modifier and Type | Method and Description |
---|---|
PersonalProtection |
clone() |
Boolean |
getCommonAreasOfferSanitizingItems()
Hand-sanitizer and/or sanitizing wipes are offered in common areas.
|
String |
getCommonAreasOfferSanitizingItemsException()
Common areas offer sanitizing items exception.
|
Boolean |
getFaceMaskRequired()
Masks required on the property.
|
String |
getFaceMaskRequiredException()
Face mask required exception.
|
Boolean |
getGuestRoomHygieneKitsAvailable()
In-room hygiene kits with masks, hand sanitizer, and/or antibacterial wipes.
|
String |
getGuestRoomHygieneKitsAvailableException()
Guest room hygiene kits available exception.
|
Boolean |
getProtectiveEquipmentAvailable()
Masks and/or gloves available for guests.
|
String |
getProtectiveEquipmentAvailableException()
Protective equipment available exception.
|
PersonalProtection |
set(String fieldName,
Object value) |
PersonalProtection |
setCommonAreasOfferSanitizingItems(Boolean commonAreasOfferSanitizingItems)
Hand-sanitizer and/or sanitizing wipes are offered in common areas.
|
PersonalProtection |
setCommonAreasOfferSanitizingItemsException(String commonAreasOfferSanitizingItemsException)
Common areas offer sanitizing items exception.
|
PersonalProtection |
setFaceMaskRequired(Boolean faceMaskRequired)
Masks required on the property.
|
PersonalProtection |
setFaceMaskRequiredException(String faceMaskRequiredException)
Face mask required exception.
|
PersonalProtection |
setGuestRoomHygieneKitsAvailable(Boolean guestRoomHygieneKitsAvailable)
In-room hygiene kits with masks, hand sanitizer, and/or antibacterial wipes.
|
PersonalProtection |
setGuestRoomHygieneKitsAvailableException(String guestRoomHygieneKitsAvailableException)
Guest room hygiene kits available exception.
|
PersonalProtection |
setProtectiveEquipmentAvailable(Boolean protectiveEquipmentAvailable)
Masks and/or gloves available for guests.
|
PersonalProtection |
setProtectiveEquipmentAvailableException(String protectiveEquipmentAvailableException)
Protective equipment available 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 getCommonAreasOfferSanitizingItems()
null
for nonepublic PersonalProtection setCommonAreasOfferSanitizingItems(Boolean commonAreasOfferSanitizingItems)
commonAreasOfferSanitizingItems
- commonAreasOfferSanitizingItems or null
for nonepublic String getCommonAreasOfferSanitizingItemsException()
null
for nonepublic PersonalProtection setCommonAreasOfferSanitizingItemsException(String commonAreasOfferSanitizingItemsException)
commonAreasOfferSanitizingItemsException
- commonAreasOfferSanitizingItemsException or null
for nonepublic Boolean getFaceMaskRequired()
null
for nonepublic PersonalProtection setFaceMaskRequired(Boolean faceMaskRequired)
faceMaskRequired
- faceMaskRequired or null
for nonepublic String getFaceMaskRequiredException()
null
for nonepublic PersonalProtection setFaceMaskRequiredException(String faceMaskRequiredException)
faceMaskRequiredException
- faceMaskRequiredException or null
for nonepublic Boolean getGuestRoomHygieneKitsAvailable()
null
for nonepublic PersonalProtection setGuestRoomHygieneKitsAvailable(Boolean guestRoomHygieneKitsAvailable)
guestRoomHygieneKitsAvailable
- guestRoomHygieneKitsAvailable or null
for nonepublic String getGuestRoomHygieneKitsAvailableException()
null
for nonepublic PersonalProtection setGuestRoomHygieneKitsAvailableException(String guestRoomHygieneKitsAvailableException)
guestRoomHygieneKitsAvailableException
- guestRoomHygieneKitsAvailableException or null
for nonepublic Boolean getProtectiveEquipmentAvailable()
null
for nonepublic PersonalProtection setProtectiveEquipmentAvailable(Boolean protectiveEquipmentAvailable)
protectiveEquipmentAvailable
- protectiveEquipmentAvailable or null
for nonepublic String getProtectiveEquipmentAvailableException()
null
for nonepublic PersonalProtection setProtectiveEquipmentAvailableException(String protectiveEquipmentAvailableException)
protectiveEquipmentAvailableException
- protectiveEquipmentAvailableException or null
for nonepublic PersonalProtection set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public PersonalProtection clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.