public final class LivingArea
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 |
|---|
LivingArea() |
| Modifier and Type | Method and Description |
|---|---|
LivingArea |
clone() |
LivingAreaAccessibility |
getAccessibility()
Accessibility features of the living area.
|
LivingAreaEating |
getEating()
Information about eating features in the living area.
|
LivingAreaFeatures |
getFeatures()
Features in the living area.
|
LivingAreaLayout |
getLayout()
Information about the layout of the living area.
|
LivingAreaSleeping |
getSleeping()
Information about sleeping features in the living area.
|
LivingArea |
set(String fieldName,
Object value) |
LivingArea |
setAccessibility(LivingAreaAccessibility accessibility)
Accessibility features of the living area.
|
LivingArea |
setEating(LivingAreaEating eating)
Information about eating features in the living area.
|
LivingArea |
setFeatures(LivingAreaFeatures features)
Features in the living area.
|
LivingArea |
setLayout(LivingAreaLayout layout)
Information about the layout of the living area.
|
LivingArea |
setSleeping(LivingAreaSleeping sleeping)
Information about sleeping features in the living area.
|
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 LivingAreaAccessibility getAccessibility()
null for nonepublic LivingArea setAccessibility(LivingAreaAccessibility accessibility)
accessibility - accessibility or null for nonepublic LivingAreaEating getEating()
null for nonepublic LivingArea setEating(LivingAreaEating eating)
eating - eating or null for nonepublic LivingAreaFeatures getFeatures()
null for nonepublic LivingArea setFeatures(LivingAreaFeatures features)
features - features or null for nonepublic LivingAreaLayout getLayout()
null for nonepublic LivingArea setLayout(LivingAreaLayout layout)
layout - layout or null for nonepublic LivingAreaSleeping getSleeping()
null for nonepublic LivingArea setSleeping(LivingAreaSleeping sleeping)
sleeping - sleeping or null for nonepublic LivingArea set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic LivingArea clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.