public final class Business
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 |
|---|
Business() |
| Modifier and Type | Method and Description |
|---|---|
Business |
clone() |
Boolean |
getBusinessCenter()
Business center.
|
String |
getBusinessCenterException()
Business center exception.
|
Boolean |
getMeetingRooms()
Meeting rooms.
|
Integer |
getMeetingRoomsCount()
Meeting rooms count.
|
String |
getMeetingRoomsCountException()
Meeting rooms count exception.
|
String |
getMeetingRoomsException()
Meeting rooms exception.
|
Business |
set(String fieldName,
Object value) |
Business |
setBusinessCenter(Boolean businessCenter)
Business center.
|
Business |
setBusinessCenterException(String businessCenterException)
Business center exception.
|
Business |
setMeetingRooms(Boolean meetingRooms)
Meeting rooms.
|
Business |
setMeetingRoomsCount(Integer meetingRoomsCount)
Meeting rooms count.
|
Business |
setMeetingRoomsCountException(String meetingRoomsCountException)
Meeting rooms count exception.
|
Business |
setMeetingRoomsException(String meetingRoomsException)
Meeting rooms 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 getBusinessCenter()
null for nonepublic Business setBusinessCenter(Boolean businessCenter)
businessCenter - businessCenter or null for nonepublic String getBusinessCenterException()
null for nonepublic Business setBusinessCenterException(String businessCenterException)
businessCenterException - businessCenterException or null for nonepublic Boolean getMeetingRooms()
null for nonepublic Business setMeetingRooms(Boolean meetingRooms)
meetingRooms - meetingRooms or null for nonepublic Integer getMeetingRoomsCount()
null for nonepublic Business setMeetingRoomsCount(Integer meetingRoomsCount)
meetingRoomsCount - meetingRoomsCount or null for nonepublic String getMeetingRoomsCountException()
null for nonepublic Business setMeetingRoomsCountException(String meetingRoomsCountException)
meetingRoomsCountException - meetingRoomsCountException or null for nonepublic String getMeetingRoomsException()
null for nonepublic Business setMeetingRoomsException(String meetingRoomsException)
meetingRoomsException - meetingRoomsException or null for nonepublic Business set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Business clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.