public final class ErrorInfo 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 Compute Engine 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 | 
|---|
| ErrorInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| ErrorInfo | clone() | 
| String | getDomain()The logical grouping to which the "reason" belongs. | 
| Map<String,String> | getMetadatas()Additional structured details about this error. | 
| String | getReason()The reason of the error. | 
| ErrorInfo | set(String fieldName,
   Object value) | 
| ErrorInfo | setDomain(String domain)The logical grouping to which the "reason" belongs. | 
| ErrorInfo | setMetadatas(Map<String,String> metadatas)Additional structured details about this error. | 
| ErrorInfo | setReason(String reason)The reason of the error. | 
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 getDomain()
null for nonepublic ErrorInfo setDomain(String domain)
domain - domain or null for nonepublic Map<String,String> getMetadatas()
null for nonepublic ErrorInfo setMetadatas(Map<String,String> metadatas)
metadatas - metadatas or null for nonepublic String getReason()
null for nonepublic ErrorInfo setReason(String reason)
reason - reason or null for nonepublic ErrorInfo set(String fieldName, Object value)
set in class GenericJsonpublic ErrorInfo clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.