public final class DynamiteIntegrationLogEntry 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 Google Chat 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 |
|---|
DynamiteIntegrationLogEntry() |
| Modifier and Type | Method and Description |
|---|---|
DynamiteIntegrationLogEntry |
clone() |
String |
getDeployment()
The deployment that caused the error.
|
String |
getDeploymentFunction()
The unencrypted `callback_method` name that was running when the error was encountered.
|
Status |
getError()
The error code and message.
|
DynamiteIntegrationLogEntry |
set(String fieldName,
Object value) |
DynamiteIntegrationLogEntry |
setDeployment(String deployment)
The deployment that caused the error.
|
DynamiteIntegrationLogEntry |
setDeploymentFunction(String deploymentFunction)
The unencrypted `callback_method` name that was running when the error was encountered.
|
DynamiteIntegrationLogEntry |
setError(Status error)
The error code and message.
|
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 getDeployment()
null for nonepublic DynamiteIntegrationLogEntry setDeployment(String deployment)
deployment - deployment or null for nonepublic String getDeploymentFunction()
null for nonepublic DynamiteIntegrationLogEntry setDeploymentFunction(String deploymentFunction)
deploymentFunction - deploymentFunction or null for nonepublic Status getError()
null for nonepublic DynamiteIntegrationLogEntry setError(Status error)
error - error or null for nonepublic DynamiteIntegrationLogEntry set(String fieldName, Object value)
set in class GenericJsonpublic DynamiteIntegrationLogEntry clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.