public final class PlaceActionLink extends 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
GenericData.Flags
AbstractMap.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, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public 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 GenericJson
public PlaceActionLink clone()
clone
in class GenericJson
Copyright © 2011–2022 Google. All rights reserved.