public final class StatusMessage 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 Cloud Debugger 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 |
|---|
StatusMessage() |
| Modifier and Type | Method and Description |
|---|---|
StatusMessage |
clone() |
FormatMessage |
getDescription()
Status message text.
|
Boolean |
getIsError()
Distinguishes errors from informational messages.
|
String |
getRefersTo()
Reference to which the message applies.
|
StatusMessage |
set(String fieldName,
Object value) |
StatusMessage |
setDescription(FormatMessage description)
Status message text.
|
StatusMessage |
setIsError(Boolean isError)
Distinguishes errors from informational messages.
|
StatusMessage |
setRefersTo(String refersTo)
Reference to which the message applies.
|
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 FormatMessage getDescription()
null for nonepublic StatusMessage setDescription(FormatMessage description)
description - description or null for nonepublic Boolean getIsError()
null for nonepublic StatusMessage setIsError(Boolean isError)
isError - isError or null for nonepublic String getRefersTo()
null for nonepublic StatusMessage setRefersTo(String refersTo)
refersTo - refersTo or null for nonepublic StatusMessage set(String fieldName, Object value)
set in class GenericJsonpublic StatusMessage clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.