public final class ServiceAreaBusiness
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 Google My Business 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.Flags
Constructor and Description |
---|
ServiceAreaBusiness() |
Modifier and Type | Method and Description |
---|---|
ServiceAreaBusiness |
clone() |
java.lang.String |
getBusinessType()
Indicates the type of the service area business.
|
Places |
getPlaces()
The area that this business serves defined through a set of places.
|
PointRadius |
getRadius()
The area that this business serves centered around a point.
|
ServiceAreaBusiness |
set(java.lang.String fieldName,
java.lang.Object value) |
ServiceAreaBusiness |
setBusinessType(java.lang.String businessType)
Indicates the type of the service area business.
|
ServiceAreaBusiness |
setPlaces(Places places)
The area that this business serves defined through a set of places.
|
ServiceAreaBusiness |
setRadius(PointRadius radius)
The area that this business serves centered around a point.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.String getBusinessType()
null
for nonepublic ServiceAreaBusiness setBusinessType(java.lang.String businessType)
businessType
- businessType or null
for nonepublic Places getPlaces()
null
for nonepublic ServiceAreaBusiness setPlaces(Places places)
places
- places or null
for nonepublic PointRadius getRadius()
null
for nonepublic ServiceAreaBusiness setRadius(PointRadius radius)
radius
- radius or null
for nonepublic ServiceAreaBusiness set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public ServiceAreaBusiness clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011-2018 Google. All Rights Reserved.