public final class ManagedShortLink 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 |
|---|
ManagedShortLink() |
| Modifier and Type | Method and Description |
|---|---|
ManagedShortLink |
clone() |
String |
getCreationTime()
Creation timestamp of the short link.
|
List<String> |
getFlaggedAttribute()
Attributes that have been flagged about this short url.
|
DynamicLinkInfo |
getInfo()
Full Dyamic Link info
|
String |
getLink()
Short durable link url, for example, "https://sample.app.goo.gl/xyz123".
|
String |
getLinkName()
Link name defined by the creator.
|
String |
getVisibility()
Visibility status of link.
|
ManagedShortLink |
set(String fieldName,
Object value) |
ManagedShortLink |
setCreationTime(String creationTime)
Creation timestamp of the short link.
|
ManagedShortLink |
setFlaggedAttribute(List<String> flaggedAttribute)
Attributes that have been flagged about this short url.
|
ManagedShortLink |
setInfo(DynamicLinkInfo info)
Full Dyamic Link info
|
ManagedShortLink |
setLink(String link)
Short durable link url, for example, "https://sample.app.goo.gl/xyz123".
|
ManagedShortLink |
setLinkName(String linkName)
Link name defined by the creator.
|
ManagedShortLink |
setVisibility(String visibility)
Visibility status of link.
|
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 getCreationTime()
null for nonepublic ManagedShortLink setCreationTime(String creationTime)
creationTime - creationTime or null for nonepublic List<String> getFlaggedAttribute()
null for nonepublic ManagedShortLink setFlaggedAttribute(List<String> flaggedAttribute)
flaggedAttribute - flaggedAttribute or null for nonepublic DynamicLinkInfo getInfo()
null for nonepublic ManagedShortLink setInfo(DynamicLinkInfo info)
info - info or null for nonepublic String getLink()
null for nonepublic ManagedShortLink setLink(String link)
link - link or null for nonepublic String getLinkName()
null for nonepublic ManagedShortLink setLinkName(String linkName)
linkName - linkName or null for nonepublic String getVisibility()
null for nonepublic ManagedShortLink setVisibility(String visibility)
visibility - visibility or null for nonepublic ManagedShortLink set(String fieldName, Object value)
set in class GenericJsonpublic ManagedShortLink clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.