public final class LocationKey
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 |
---|
LocationKey() |
Modifier and Type | Method and Description |
---|---|
LocationKey |
clone() |
java.lang.Boolean |
getExplicitNoPlaceId()
Output only.
|
java.lang.String |
getPlaceId()
If this location has been verified and is connected to/appears on Google Maps, this field is
populated with the place ID for the location.
|
java.lang.String |
getPlusPageId()
Output only.
|
java.lang.String |
getRequestId()
Output only.
|
LocationKey |
set(java.lang.String fieldName,
java.lang.Object value) |
LocationKey |
setExplicitNoPlaceId(java.lang.Boolean explicitNoPlaceId)
Output only.
|
LocationKey |
setPlaceId(java.lang.String placeId)
If this location has been verified and is connected to/appears on Google Maps, this field is
populated with the place ID for the location.
|
LocationKey |
setPlusPageId(java.lang.String plusPageId)
Output only.
|
LocationKey |
setRequestId(java.lang.String requestId)
Output only.
|
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 getExplicitNoPlaceId()
null
for nonepublic LocationKey setExplicitNoPlaceId(java.lang.Boolean explicitNoPlaceId)
explicitNoPlaceId
- explicitNoPlaceId or null
for nonepublic java.lang.String getPlaceId()
null
for nonepublic LocationKey setPlaceId(java.lang.String placeId)
placeId
- placeId or null
for nonepublic java.lang.String getPlusPageId()
null
for nonepublic LocationKey setPlusPageId(java.lang.String plusPageId)
plusPageId
- plusPageId or null
for nonepublic java.lang.String getRequestId()
null
for nonepublic LocationKey setRequestId(java.lang.String requestId)
requestId
- requestId or null
for nonepublic LocationKey set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public LocationKey clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011-2018 Google. All Rights Reserved.