public final class MatchedLocation
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 |
---|
MatchedLocation() |
Modifier and Type | Method and Description |
---|---|
MatchedLocation |
clone() |
java.lang.Boolean |
getIsExactMatch()
Is this an exact match?
|
Location |
getLocation()
The sparsely populated location that is a potential match.
|
MatchedLocation |
set(java.lang.String fieldName,
java.lang.Object value) |
MatchedLocation |
setIsExactMatch(java.lang.Boolean isExactMatch)
Is this an exact match?
|
MatchedLocation |
setLocation(Location location)
The sparsely populated location that is a potential match.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.Boolean getIsExactMatch()
null
for nonepublic MatchedLocation setIsExactMatch(java.lang.Boolean isExactMatch)
isExactMatch
- isExactMatch or null
for nonepublic Location getLocation()
null
for nonepublic MatchedLocation setLocation(Location location)
location
- location or null
for nonepublic MatchedLocation set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public MatchedLocation clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011-2018 Google. All Rights Reserved.