public final class GoogleUpdatedLocation
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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
GoogleUpdatedLocation() |
| Modifier and Type | Method and Description |
|---|---|
GoogleUpdatedLocation |
clone() |
String |
getDiffMask()
The fields that Google updated.
|
Location |
getLocation()
The Google-updated version of this location.
|
String |
getPendingMask()
The fields that have pending edits that haven't yet been pushed to Maps and Search.
|
GoogleUpdatedLocation |
set(String fieldName,
Object value) |
GoogleUpdatedLocation |
setDiffMask(String diffMask)
The fields that Google updated.
|
GoogleUpdatedLocation |
setLocation(Location location)
The Google-updated version of this location.
|
GoogleUpdatedLocation |
setPendingMask(String pendingMask)
The fields that have pending edits that haven't yet been pushed to Maps and Search.
|
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 String getDiffMask()
null for nonepublic GoogleUpdatedLocation setDiffMask(String diffMask)
diffMask - diffMask or null for nonepublic Location getLocation()
null for nonepublic GoogleUpdatedLocation setLocation(Location location)
location - location or null for nonepublic String getPendingMask()
null for nonepublic GoogleUpdatedLocation setPendingMask(String pendingMask)
pendingMask - pendingMask or null for nonepublic GoogleUpdatedLocation set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleUpdatedLocation clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.