public final class SocialMetaTagInfo 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 Firebase Dynamic Links API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
SocialMetaTagInfo() |
| Modifier and Type | Method and Description |
|---|---|
SocialMetaTagInfo |
clone() |
String |
getSocialDescription()
A short description of the link.
|
String |
getSocialImageLink()
An image url string.
|
String |
getSocialTitle()
Title to be displayed.
|
SocialMetaTagInfo |
set(String fieldName,
Object value) |
SocialMetaTagInfo |
setSocialDescription(String socialDescription)
A short description of the link.
|
SocialMetaTagInfo |
setSocialImageLink(String socialImageLink)
An image url string.
|
SocialMetaTagInfo |
setSocialTitle(String socialTitle)
Title to be displayed.
|
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 getSocialDescription()
null for nonepublic SocialMetaTagInfo setSocialDescription(String socialDescription)
socialDescription - socialDescription or null for nonepublic String getSocialImageLink()
null for nonepublic SocialMetaTagInfo setSocialImageLink(String socialImageLink)
socialImageLink - socialImageLink or null for nonepublic String getSocialTitle()
null for nonepublic SocialMetaTagInfo setSocialTitle(String socialTitle)
socialTitle - socialTitle or null for nonepublic SocialMetaTagInfo set(String fieldName, Object value)
set in class GenericJsonpublic SocialMetaTagInfo clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.