public final class Location
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 Business Information 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
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Location() |
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public AdWordsLocationExtensions getAdWordsLocationExtensions()
null
for nonepublic Location setAdWordsLocationExtensions(AdWordsLocationExtensions adWordsLocationExtensions)
adWordsLocationExtensions
- adWordsLocationExtensions or null
for nonepublic Categories getCategories()
null
for nonepublic Location setCategories(Categories categories)
categories
- categories or null
for nonepublic List<String> getLabels()
null
for nonepublic Location setLabels(List<String> labels)
labels
- labels or null
for nonepublic String getLanguageCode()
null
for nonepublic Location setLanguageCode(String languageCode)
languageCode
- languageCode or null
for nonepublic LatLng getLatlng()
null
for nonepublic Location setLatlng(LatLng latlng)
latlng
- latlng or null
for nonepublic Metadata getMetadata()
null
for nonepublic Location setMetadata(Metadata metadata)
metadata
- metadata or null
for nonepublic List<MoreHours> getMoreHours()
null
for nonepublic Location setMoreHours(List<MoreHours> moreHours)
moreHours
- moreHours or null
for nonepublic String getName()
null
for nonepublic Location setName(String name)
name
- name or null
for nonepublic OpenInfo getOpenInfo()
null
for nonepublic Location setOpenInfo(OpenInfo openInfo)
openInfo
- openInfo or null
for nonepublic PhoneNumbers getPhoneNumbers()
null
for nonepublic Location setPhoneNumbers(PhoneNumbers phoneNumbers)
phoneNumbers
- phoneNumbers or null
for nonepublic Profile getProfile()
null
for nonepublic Location setProfile(Profile profile)
profile
- profile or null
for nonepublic BusinessHours getRegularHours()
null
for nonepublic Location setRegularHours(BusinessHours regularHours)
regularHours
- regularHours or null
for nonepublic RelationshipData getRelationshipData()
null
for nonepublic Location setRelationshipData(RelationshipData relationshipData)
relationshipData
- relationshipData or null
for nonepublic ServiceAreaBusiness getServiceArea()
null
for nonepublic Location setServiceArea(ServiceAreaBusiness serviceArea)
serviceArea
- serviceArea or null
for nonepublic List<ServiceItem> getServiceItems()
null
for nonepublic Location setServiceItems(List<ServiceItem> serviceItems)
serviceItems
- serviceItems or null
for nonepublic SpecialHours getSpecialHours()
null
for nonepublic Location setSpecialHours(SpecialHours specialHours)
specialHours
- specialHours or null
for nonepublic String getStoreCode()
null
for nonepublic Location setStoreCode(String storeCode)
storeCode
- storeCode or null
for nonepublic PostalAddress getStorefrontAddress()
null
for nonepublic Location setStorefrontAddress(PostalAddress storefrontAddress)
storefrontAddress
- storefrontAddress or null
for nonepublic String getTitle()
null
for nonepublic Location setTitle(String title)
title
- title or null
for nonepublic String getWebsiteUri()
null
for nonepublic Location setWebsiteUri(String websiteUri)
websiteUri
- websiteUri or null
for nonepublic Location set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public Location clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.