public final class CreateManagedShortLinkRequest 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 |
|---|
CreateManagedShortLinkRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateManagedShortLinkRequest |
clone() |
DynamicLinkInfo |
getDynamicLinkInfo()
Information about the Dynamic Link to be shortened.
|
String |
getLongDynamicLink()
Full long Dynamic Link URL with desired query parameters specified.
|
String |
getName()
Link name to associate with the link.
|
String |
getSdkVersion()
Google SDK version.
|
Suffix |
getSuffix()
Short Dynamic Link suffix.
|
CreateManagedShortLinkRequest |
set(String fieldName,
Object value) |
CreateManagedShortLinkRequest |
setDynamicLinkInfo(DynamicLinkInfo dynamicLinkInfo)
Information about the Dynamic Link to be shortened.
|
CreateManagedShortLinkRequest |
setLongDynamicLink(String longDynamicLink)
Full long Dynamic Link URL with desired query parameters specified.
|
CreateManagedShortLinkRequest |
setName(String name)
Link name to associate with the link.
|
CreateManagedShortLinkRequest |
setSdkVersion(String sdkVersion)
Google SDK version.
|
CreateManagedShortLinkRequest |
setSuffix(Suffix suffix)
Short Dynamic Link suffix.
|
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 DynamicLinkInfo getDynamicLinkInfo()
null for nonepublic CreateManagedShortLinkRequest setDynamicLinkInfo(DynamicLinkInfo dynamicLinkInfo)
dynamicLinkInfo - dynamicLinkInfo or null for nonepublic String getLongDynamicLink()
null for nonepublic CreateManagedShortLinkRequest setLongDynamicLink(String longDynamicLink)
longDynamicLink - longDynamicLink or null for nonepublic String getName()
null for nonepublic CreateManagedShortLinkRequest setName(String name)
name - name or null for nonepublic String getSdkVersion()
null for nonepublic CreateManagedShortLinkRequest setSdkVersion(String sdkVersion)
sdkVersion - sdkVersion or null for nonepublic Suffix getSuffix()
null for nonepublic CreateManagedShortLinkRequest setSuffix(Suffix suffix)
suffix - suffix or null for nonepublic CreateManagedShortLinkRequest set(String fieldName, Object value)
set in class GenericJsonpublic CreateManagedShortLinkRequest clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.