public final class CreateShortDynamicLinkResponse 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 |
|---|
CreateShortDynamicLinkResponse() |
| Modifier and Type | Method and Description |
|---|---|
CreateShortDynamicLinkResponse |
clone() |
String |
getPreviewLink()
Preview link to show the link flow chart.
|
String |
getShortLink()
Short Dynamic Link value.
|
List<DynamicLinkWarning> |
getWarning()
Information about potential warnings on link creation.
|
CreateShortDynamicLinkResponse |
set(String fieldName,
Object value) |
CreateShortDynamicLinkResponse |
setPreviewLink(String previewLink)
Preview link to show the link flow chart.
|
CreateShortDynamicLinkResponse |
setShortLink(String shortLink)
Short Dynamic Link value.
|
CreateShortDynamicLinkResponse |
setWarning(List<DynamicLinkWarning> warning)
Information about potential warnings on link creation.
|
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 getPreviewLink()
null for nonepublic CreateShortDynamicLinkResponse setPreviewLink(String previewLink)
previewLink - previewLink or null for nonepublic String getShortLink()
null for nonepublic CreateShortDynamicLinkResponse setShortLink(String shortLink)
shortLink - shortLink or null for nonepublic List<DynamicLinkWarning> getWarning()
null for nonepublic CreateShortDynamicLinkResponse setWarning(List<DynamicLinkWarning> warning)
warning - warning or null for nonepublic CreateShortDynamicLinkResponse set(String fieldName, Object value)
set in class GenericJsonpublic CreateShortDynamicLinkResponse clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.