public final class DynamicLinkWarning 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 |
|---|
DynamicLinkWarning() |
| Modifier and Type | Method and Description |
|---|---|
DynamicLinkWarning |
clone() |
String |
getWarningCode()
The warning code.
|
String |
getWarningDocumentLink()
The document describing the warning, and helps resolve.
|
String |
getWarningMessage()
The warning message to help developers improve their requests.
|
DynamicLinkWarning |
set(String fieldName,
Object value) |
DynamicLinkWarning |
setWarningCode(String warningCode)
The warning code.
|
DynamicLinkWarning |
setWarningDocumentLink(String warningDocumentLink)
The document describing the warning, and helps resolve.
|
DynamicLinkWarning |
setWarningMessage(String warningMessage)
The warning message to help developers improve their requests.
|
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 getWarningCode()
null for nonepublic DynamicLinkWarning setWarningCode(String warningCode)
warningCode - warningCode or null for nonepublic String getWarningDocumentLink()
null for nonepublic DynamicLinkWarning setWarningDocumentLink(String warningDocumentLink)
warningDocumentLink - warningDocumentLink or null for nonepublic String getWarningMessage()
null for nonepublic DynamicLinkWarning setWarningMessage(String warningMessage)
warningMessage - warningMessage or null for nonepublic DynamicLinkWarning set(String fieldName, Object value)
set in class GenericJsonpublic DynamicLinkWarning clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.