public final class PlaceActionLink
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 Place Actions 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 |
|---|
PlaceActionLink() |
| Modifier and Type | Method and Description |
|---|---|
PlaceActionLink |
clone() |
String |
getCreateTime()
Output only.
|
Boolean |
getIsEditable()
Output only.
|
Boolean |
getIsPreferred()
Optional.
|
String |
getName()
Optional.
|
String |
getPlaceActionType()
Required.
|
String |
getProviderType()
Output only.
|
String |
getUpdateTime()
Output only.
|
String |
getUri()
Required.
|
PlaceActionLink |
set(String fieldName,
Object value) |
PlaceActionLink |
setCreateTime(String createTime)
Output only.
|
PlaceActionLink |
setIsEditable(Boolean isEditable)
Output only.
|
PlaceActionLink |
setIsPreferred(Boolean isPreferred)
Optional.
|
PlaceActionLink |
setName(String name)
Optional.
|
PlaceActionLink |
setPlaceActionType(String placeActionType)
Required.
|
PlaceActionLink |
setProviderType(String providerType)
Output only.
|
PlaceActionLink |
setUpdateTime(String updateTime)
Output only.
|
PlaceActionLink |
setUri(String uri)
Required.
|
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 getCreateTime()
null for nonepublic PlaceActionLink setCreateTime(String createTime)
createTime - createTime or null for nonepublic Boolean getIsEditable()
null for nonepublic PlaceActionLink setIsEditable(Boolean isEditable)
isEditable - isEditable or null for nonepublic Boolean getIsPreferred()
null for nonepublic PlaceActionLink setIsPreferred(Boolean isPreferred)
isPreferred - isPreferred or null for nonepublic String getName()
null for nonepublic PlaceActionLink setName(String name)
name - name or null for nonepublic String getPlaceActionType()
null for nonepublic PlaceActionLink setPlaceActionType(String placeActionType)
placeActionType - placeActionType or null for nonepublic String getProviderType()
null for nonepublic PlaceActionLink setProviderType(String providerType)
providerType - providerType or null for nonepublic String getUpdateTime()
null for nonepublic PlaceActionLink setUpdateTime(String updateTime)
updateTime - updateTime or null for nonepublic String getUri()
null for nonepublic PlaceActionLink setUri(String uri)
uri - uri or null for nonepublic PlaceActionLink set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic PlaceActionLink clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.