public final class Pets
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 |
|---|
Pets() |
| Modifier and Type | Method and Description |
|---|---|
Pets |
clone() |
Boolean |
getCatsAllowed()
Cats allowed.
|
String |
getCatsAllowedException()
Cats allowed exception.
|
Boolean |
getDogsAllowed()
Dogs allowed.
|
String |
getDogsAllowedException()
Dogs allowed exception.
|
Boolean |
getPetsAllowed()
Pets allowed.
|
String |
getPetsAllowedException()
Pets allowed exception.
|
Boolean |
getPetsAllowedFree()
Pets allowed free.
|
String |
getPetsAllowedFreeException()
Pets allowed free exception.
|
Pets |
set(String fieldName,
Object value) |
Pets |
setCatsAllowed(Boolean catsAllowed)
Cats allowed.
|
Pets |
setCatsAllowedException(String catsAllowedException)
Cats allowed exception.
|
Pets |
setDogsAllowed(Boolean dogsAllowed)
Dogs allowed.
|
Pets |
setDogsAllowedException(String dogsAllowedException)
Dogs allowed exception.
|
Pets |
setPetsAllowed(Boolean petsAllowed)
Pets allowed.
|
Pets |
setPetsAllowedException(String petsAllowedException)
Pets allowed exception.
|
Pets |
setPetsAllowedFree(Boolean petsAllowedFree)
Pets allowed free.
|
Pets |
setPetsAllowedFreeException(String petsAllowedFreeException)
Pets allowed free exception.
|
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 getCatsAllowed()
null for nonepublic Pets setCatsAllowed(Boolean catsAllowed)
catsAllowed - catsAllowed or null for nonepublic String getCatsAllowedException()
null for nonepublic Pets setCatsAllowedException(String catsAllowedException)
catsAllowedException - catsAllowedException or null for nonepublic Boolean getDogsAllowed()
null for nonepublic Pets setDogsAllowed(Boolean dogsAllowed)
dogsAllowed - dogsAllowed or null for nonepublic String getDogsAllowedException()
null for nonepublic Pets setDogsAllowedException(String dogsAllowedException)
dogsAllowedException - dogsAllowedException or null for nonepublic Boolean getPetsAllowed()
null for nonepublic Pets setPetsAllowed(Boolean petsAllowed)
petsAllowed - petsAllowed or null for nonepublic String getPetsAllowedException()
null for nonepublic Pets setPetsAllowedException(String petsAllowedException)
petsAllowedException - petsAllowedException or null for nonepublic Boolean getPetsAllowedFree()
null for nonepublic Pets setPetsAllowedFree(Boolean petsAllowedFree)
petsAllowedFree - petsAllowedFree or null for nonepublic String getPetsAllowedFreeException()
null for nonepublic Pets setPetsAllowedFreeException(String petsAllowedFreeException)
petsAllowedFreeException - petsAllowedFreeException or null for nonepublic Pets set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Pets clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.