public final class StatusMessage
extends com.google.api.client.json.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 Cloud Debugger API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
StatusMessage() |
| Modifier and Type | Method and Description |
|---|---|
StatusMessage |
clone() |
FormatMessage |
getDescription()
Status message text.
|
java.lang.Boolean |
getIsError()
Distinguishes errors from informational messages.
|
java.lang.String |
getRefersTo()
Reference to which the message applies.
|
StatusMessage |
set(java.lang.String fieldName,
java.lang.Object value) |
StatusMessage |
setDescription(FormatMessage description)
Status message text.
|
StatusMessage |
setIsError(java.lang.Boolean isError)
Distinguishes errors from informational messages.
|
StatusMessage |
setRefersTo(java.lang.String refersTo)
Reference to which the message applies.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic FormatMessage getDescription()
null for nonepublic StatusMessage setDescription(FormatMessage description)
description - description or null for nonepublic java.lang.Boolean getIsError()
null for nonepublic StatusMessage setIsError(java.lang.Boolean isError)
isError - isError or null for nonepublic java.lang.String getRefersTo()
null for nonepublic StatusMessage setRefersTo(java.lang.String refersTo)
refersTo - refersTo or null for nonepublic StatusMessage set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic StatusMessage clone()
clone in class com.google.api.client.json.GenericJson