public final class Policies
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 |
|---|
Policies() |
| Modifier and Type | Method and Description |
|---|---|
Policies |
clone() |
Boolean |
getAllInclusiveAvailable()
All inclusive available.
|
String |
getAllInclusiveAvailableException()
All inclusive available exception.
|
Boolean |
getAllInclusiveOnly()
All inclusive only.
|
String |
getAllInclusiveOnlyException()
All inclusive only exception.
|
TimeOfDay |
getCheckinTime()
Check-in time.
|
String |
getCheckinTimeException()
Check-in time exception.
|
TimeOfDay |
getCheckoutTime()
Check-out time.
|
String |
getCheckoutTimeException()
Check-out time exception.
|
Boolean |
getKidsStayFree()
Kids stay free.
|
String |
getKidsStayFreeException()
Kids stay free exception.
|
Integer |
getMaxChildAge()
Max child age.
|
String |
getMaxChildAgeException()
Max child age exception.
|
Integer |
getMaxKidsStayFreeCount()
Max kids stay free count.
|
String |
getMaxKidsStayFreeCountException()
Max kids stay free count exception.
|
PaymentOptions |
getPaymentOptions()
Forms of payment accepted at the property.
|
Boolean |
getSmokeFreeProperty()
Smoke free property.
|
String |
getSmokeFreePropertyException()
Smoke free property exception.
|
Policies |
set(String fieldName,
Object value) |
Policies |
setAllInclusiveAvailable(Boolean allInclusiveAvailable)
All inclusive available.
|
Policies |
setAllInclusiveAvailableException(String allInclusiveAvailableException)
All inclusive available exception.
|
Policies |
setAllInclusiveOnly(Boolean allInclusiveOnly)
All inclusive only.
|
Policies |
setAllInclusiveOnlyException(String allInclusiveOnlyException)
All inclusive only exception.
|
Policies |
setCheckinTime(TimeOfDay checkinTime)
Check-in time.
|
Policies |
setCheckinTimeException(String checkinTimeException)
Check-in time exception.
|
Policies |
setCheckoutTime(TimeOfDay checkoutTime)
Check-out time.
|
Policies |
setCheckoutTimeException(String checkoutTimeException)
Check-out time exception.
|
Policies |
setKidsStayFree(Boolean kidsStayFree)
Kids stay free.
|
Policies |
setKidsStayFreeException(String kidsStayFreeException)
Kids stay free exception.
|
Policies |
setMaxChildAge(Integer maxChildAge)
Max child age.
|
Policies |
setMaxChildAgeException(String maxChildAgeException)
Max child age exception.
|
Policies |
setMaxKidsStayFreeCount(Integer maxKidsStayFreeCount)
Max kids stay free count.
|
Policies |
setMaxKidsStayFreeCountException(String maxKidsStayFreeCountException)
Max kids stay free count exception.
|
Policies |
setPaymentOptions(PaymentOptions paymentOptions)
Forms of payment accepted at the property.
|
Policies |
setSmokeFreeProperty(Boolean smokeFreeProperty)
Smoke free property.
|
Policies |
setSmokeFreePropertyException(String smokeFreePropertyException)
Smoke free property 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 getAllInclusiveAvailable()
null for nonepublic Policies setAllInclusiveAvailable(Boolean allInclusiveAvailable)
allInclusiveAvailable - allInclusiveAvailable or null for nonepublic String getAllInclusiveAvailableException()
null for nonepublic Policies setAllInclusiveAvailableException(String allInclusiveAvailableException)
allInclusiveAvailableException - allInclusiveAvailableException or null for nonepublic Boolean getAllInclusiveOnly()
null for nonepublic Policies setAllInclusiveOnly(Boolean allInclusiveOnly)
allInclusiveOnly - allInclusiveOnly or null for nonepublic String getAllInclusiveOnlyException()
null for nonepublic Policies setAllInclusiveOnlyException(String allInclusiveOnlyException)
allInclusiveOnlyException - allInclusiveOnlyException or null for nonepublic TimeOfDay getCheckinTime()
null for nonepublic Policies setCheckinTime(TimeOfDay checkinTime)
checkinTime - checkinTime or null for nonepublic String getCheckinTimeException()
null for nonepublic Policies setCheckinTimeException(String checkinTimeException)
checkinTimeException - checkinTimeException or null for nonepublic TimeOfDay getCheckoutTime()
null for nonepublic Policies setCheckoutTime(TimeOfDay checkoutTime)
checkoutTime - checkoutTime or null for nonepublic String getCheckoutTimeException()
null for nonepublic Policies setCheckoutTimeException(String checkoutTimeException)
checkoutTimeException - checkoutTimeException or null for nonepublic Boolean getKidsStayFree()
null for nonepublic Policies setKidsStayFree(Boolean kidsStayFree)
kidsStayFree - kidsStayFree or null for nonepublic String getKidsStayFreeException()
null for nonepublic Policies setKidsStayFreeException(String kidsStayFreeException)
kidsStayFreeException - kidsStayFreeException or null for nonepublic Integer getMaxChildAge()
null for nonepublic Policies setMaxChildAge(Integer maxChildAge)
maxChildAge - maxChildAge or null for nonepublic String getMaxChildAgeException()
null for nonepublic Policies setMaxChildAgeException(String maxChildAgeException)
maxChildAgeException - maxChildAgeException or null for nonepublic Integer getMaxKidsStayFreeCount()
null for nonepublic Policies setMaxKidsStayFreeCount(Integer maxKidsStayFreeCount)
maxKidsStayFreeCount - maxKidsStayFreeCount or null for nonepublic String getMaxKidsStayFreeCountException()
null for nonepublic Policies setMaxKidsStayFreeCountException(String maxKidsStayFreeCountException)
maxKidsStayFreeCountException - maxKidsStayFreeCountException or null for nonepublic PaymentOptions getPaymentOptions()
null for nonepublic Policies setPaymentOptions(PaymentOptions paymentOptions)
paymentOptions - paymentOptions or null for nonepublic Boolean getSmokeFreeProperty()
null for nonepublic Policies setSmokeFreeProperty(Boolean smokeFreeProperty)
smokeFreeProperty - smokeFreeProperty or null for nonepublic String getSmokeFreePropertyException()
null for nonepublic Policies setSmokeFreePropertyException(String smokeFreePropertyException)
smokeFreePropertyException - smokeFreePropertyException or null for nonepublic Policies set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Policies clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.