public static final class LighthouseResultV5.RuntimeError
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
RuntimeError() |
Modifier and Type | Method and Description |
---|---|
LighthouseResultV5.RuntimeError |
clone() |
java.lang.String |
getCode()
The enumerated Lighthouse Error code.
|
java.lang.String |
getMessage()
A human readable message explaining the error code.
|
LighthouseResultV5.RuntimeError |
set(java.lang.String fieldName,
java.lang.Object value) |
LighthouseResultV5.RuntimeError |
setCode(java.lang.String code)
The enumerated Lighthouse Error code.
|
LighthouseResultV5.RuntimeError |
setMessage(java.lang.String message)
A human readable message explaining the error code.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.String getCode()
null
for nonepublic LighthouseResultV5.RuntimeError setCode(java.lang.String code)
code
- code or null
for nonepublic java.lang.String getMessage()
null
for nonepublic LighthouseResultV5.RuntimeError setMessage(java.lang.String message)
message
- message or null
for nonepublic LighthouseResultV5.RuntimeError set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public LighthouseResultV5.RuntimeError clone()
clone
in class com.google.api.client.json.GenericJson