public final class TargetLocation
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 |
---|
TargetLocation() |
Modifier and Type | Method and Description |
---|---|
TargetLocation |
clone() |
java.lang.String |
getLocationAddress()
The address of the location to which the user is invited.
|
java.lang.String |
getLocationName()
The name of the location to which the user is invited.
|
TargetLocation |
set(java.lang.String fieldName,
java.lang.Object value) |
TargetLocation |
setLocationAddress(java.lang.String locationAddress)
The address of the location to which the user is invited.
|
TargetLocation |
setLocationName(java.lang.String locationName)
The name of the location to which the user is invited.
|
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 getLocationAddress()
null
for nonepublic TargetLocation setLocationAddress(java.lang.String locationAddress)
locationAddress
- locationAddress or null
for nonepublic java.lang.String getLocationName()
null
for nonepublic TargetLocation setLocationName(java.lang.String locationName)
locationName
- locationName or null
for nonepublic TargetLocation set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public TargetLocation clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011-2018 Google. All Rights Reserved.