public final class LivingAreaLayout
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 |
|---|
LivingAreaLayout() |
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 getBalcony()
null for nonepublic LivingAreaLayout setBalcony(Boolean balcony)
balcony - balcony or null for nonepublic String getBalconyException()
null for nonepublic LivingAreaLayout setBalconyException(String balconyException)
balconyException - balconyException or null for nonepublic Float getLivingAreaSqMeters()
null for nonepublic LivingAreaLayout setLivingAreaSqMeters(Float livingAreaSqMeters)
livingAreaSqMeters - livingAreaSqMeters or null for nonepublic String getLivingAreaSqMetersException()
null for nonepublic LivingAreaLayout setLivingAreaSqMetersException(String livingAreaSqMetersException)
livingAreaSqMetersException - livingAreaSqMetersException or null for nonepublic Boolean getLoft()
null for nonepublic LivingAreaLayout setLoft(Boolean loft)
loft - loft or null for nonepublic String getLoftException()
null for nonepublic LivingAreaLayout setLoftException(String loftException)
loftException - loftException or null for nonepublic Boolean getNonSmoking()
null for nonepublic LivingAreaLayout setNonSmoking(Boolean nonSmoking)
nonSmoking - nonSmoking or null for nonepublic String getNonSmokingException()
null for nonepublic LivingAreaLayout setNonSmokingException(String nonSmokingException)
nonSmokingException - nonSmokingException or null for nonepublic Boolean getPatio()
null for nonepublic LivingAreaLayout setPatio(Boolean patio)
patio - patio or null for nonepublic String getPatioException()
null for nonepublic LivingAreaLayout setPatioException(String patioException)
patioException - patioException or null for nonepublic Boolean getStairs()
null for nonepublic LivingAreaLayout setStairs(Boolean stairs)
stairs - stairs or null for nonepublic String getStairsException()
null for nonepublic LivingAreaLayout setStairsException(String stairsException)
stairsException - stairsException or null for nonepublic LivingAreaLayout set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic LivingAreaLayout clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.