public final class GuestUnitFeatures
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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
GuestUnitFeatures() |
| Modifier and Type | Method and Description |
|---|---|
GuestUnitFeatures |
clone() |
Boolean |
getBungalowOrVilla()
Bungalow or villa.
|
String |
getBungalowOrVillaException()
Bungalow or villa exception.
|
Boolean |
getConnectingUnitAvailable()
Connecting unit available.
|
String |
getConnectingUnitAvailableException()
Connecting unit available exception.
|
Boolean |
getExecutiveFloor()
Executive floor.
|
String |
getExecutiveFloorException()
Executive floor exception.
|
Integer |
getMaxAdultOccupantsCount()
Max adult occupants count.
|
String |
getMaxAdultOccupantsCountException()
Max adult occupants count exception.
|
Integer |
getMaxChildOccupantsCount()
Max child occupants count.
|
String |
getMaxChildOccupantsCountException()
Max child occupants count exception.
|
Integer |
getMaxOccupantsCount()
Max occupants count.
|
String |
getMaxOccupantsCountException()
Max occupants count exception.
|
Boolean |
getPrivateHome()
Private home.
|
String |
getPrivateHomeException()
Private home exception.
|
Boolean |
getSuite()
Suite.
|
String |
getSuiteException()
Suite exception.
|
String |
getTier()
Tier.
|
String |
getTierException()
Tier exception.
|
LivingArea |
getTotalLivingAreas()
Features available in the living areas in the guest unit.
|
ViewsFromUnit |
getViews()
Views available from the guest unit itself.
|
GuestUnitFeatures |
set(String fieldName,
Object value) |
GuestUnitFeatures |
setBungalowOrVilla(Boolean bungalowOrVilla)
Bungalow or villa.
|
GuestUnitFeatures |
setBungalowOrVillaException(String bungalowOrVillaException)
Bungalow or villa exception.
|
GuestUnitFeatures |
setConnectingUnitAvailable(Boolean connectingUnitAvailable)
Connecting unit available.
|
GuestUnitFeatures |
setConnectingUnitAvailableException(String connectingUnitAvailableException)
Connecting unit available exception.
|
GuestUnitFeatures |
setExecutiveFloor(Boolean executiveFloor)
Executive floor.
|
GuestUnitFeatures |
setExecutiveFloorException(String executiveFloorException)
Executive floor exception.
|
GuestUnitFeatures |
setMaxAdultOccupantsCount(Integer maxAdultOccupantsCount)
Max adult occupants count.
|
GuestUnitFeatures |
setMaxAdultOccupantsCountException(String maxAdultOccupantsCountException)
Max adult occupants count exception.
|
GuestUnitFeatures |
setMaxChildOccupantsCount(Integer maxChildOccupantsCount)
Max child occupants count.
|
GuestUnitFeatures |
setMaxChildOccupantsCountException(String maxChildOccupantsCountException)
Max child occupants count exception.
|
GuestUnitFeatures |
setMaxOccupantsCount(Integer maxOccupantsCount)
Max occupants count.
|
GuestUnitFeatures |
setMaxOccupantsCountException(String maxOccupantsCountException)
Max occupants count exception.
|
GuestUnitFeatures |
setPrivateHome(Boolean privateHome)
Private home.
|
GuestUnitFeatures |
setPrivateHomeException(String privateHomeException)
Private home exception.
|
GuestUnitFeatures |
setSuite(Boolean suite)
Suite.
|
GuestUnitFeatures |
setSuiteException(String suiteException)
Suite exception.
|
GuestUnitFeatures |
setTier(String tier)
Tier.
|
GuestUnitFeatures |
setTierException(String tierException)
Tier exception.
|
GuestUnitFeatures |
setTotalLivingAreas(LivingArea totalLivingAreas)
Features available in the living areas in the guest unit.
|
GuestUnitFeatures |
setViews(ViewsFromUnit views)
Views available from the guest unit itself.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Boolean getBungalowOrVilla()
null for nonepublic GuestUnitFeatures setBungalowOrVilla(Boolean bungalowOrVilla)
bungalowOrVilla - bungalowOrVilla or null for nonepublic String getBungalowOrVillaException()
null for nonepublic GuestUnitFeatures setBungalowOrVillaException(String bungalowOrVillaException)
bungalowOrVillaException - bungalowOrVillaException or null for nonepublic Boolean getConnectingUnitAvailable()
null for nonepublic GuestUnitFeatures setConnectingUnitAvailable(Boolean connectingUnitAvailable)
connectingUnitAvailable - connectingUnitAvailable or null for nonepublic String getConnectingUnitAvailableException()
null for nonepublic GuestUnitFeatures setConnectingUnitAvailableException(String connectingUnitAvailableException)
connectingUnitAvailableException - connectingUnitAvailableException or null for nonepublic Boolean getExecutiveFloor()
null for nonepublic GuestUnitFeatures setExecutiveFloor(Boolean executiveFloor)
executiveFloor - executiveFloor or null for nonepublic String getExecutiveFloorException()
null for nonepublic GuestUnitFeatures setExecutiveFloorException(String executiveFloorException)
executiveFloorException - executiveFloorException or null for nonepublic Integer getMaxAdultOccupantsCount()
null for nonepublic GuestUnitFeatures setMaxAdultOccupantsCount(Integer maxAdultOccupantsCount)
maxAdultOccupantsCount - maxAdultOccupantsCount or null for nonepublic String getMaxAdultOccupantsCountException()
null for nonepublic GuestUnitFeatures setMaxAdultOccupantsCountException(String maxAdultOccupantsCountException)
maxAdultOccupantsCountException - maxAdultOccupantsCountException or null for nonepublic Integer getMaxChildOccupantsCount()
null for nonepublic GuestUnitFeatures setMaxChildOccupantsCount(Integer maxChildOccupantsCount)
maxChildOccupantsCount - maxChildOccupantsCount or null for nonepublic String getMaxChildOccupantsCountException()
null for nonepublic GuestUnitFeatures setMaxChildOccupantsCountException(String maxChildOccupantsCountException)
maxChildOccupantsCountException - maxChildOccupantsCountException or null for nonepublic Integer getMaxOccupantsCount()
null for nonepublic GuestUnitFeatures setMaxOccupantsCount(Integer maxOccupantsCount)
maxOccupantsCount - maxOccupantsCount or null for nonepublic String getMaxOccupantsCountException()
null for nonepublic GuestUnitFeatures setMaxOccupantsCountException(String maxOccupantsCountException)
maxOccupantsCountException - maxOccupantsCountException or null for nonepublic Boolean getPrivateHome()
null for nonepublic GuestUnitFeatures setPrivateHome(Boolean privateHome)
privateHome - privateHome or null for nonepublic String getPrivateHomeException()
null for nonepublic GuestUnitFeatures setPrivateHomeException(String privateHomeException)
privateHomeException - privateHomeException or null for nonepublic Boolean getSuite()
null for nonepublic GuestUnitFeatures setSuite(Boolean suite)
suite - suite or null for nonepublic String getSuiteException()
null for nonepublic GuestUnitFeatures setSuiteException(String suiteException)
suiteException - suiteException or null for nonepublic String getTier()
null for nonepublic GuestUnitFeatures setTier(String tier)
tier - tier or null for nonepublic String getTierException()
null for nonepublic GuestUnitFeatures setTierException(String tierException)
tierException - tierException or null for nonepublic LivingArea getTotalLivingAreas()
null for nonepublic GuestUnitFeatures setTotalLivingAreas(LivingArea totalLivingAreas)
totalLivingAreas - totalLivingAreas or null for nonepublic ViewsFromUnit getViews()
null for nonepublic GuestUnitFeatures setViews(ViewsFromUnit views)
views - views or null for nonepublic GuestUnitFeatures set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GuestUnitFeatures clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.