|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap<String,Object>
com.google.api.client.util.GenericData
com.google.api.client.json.GenericJson
com.google.api.client.googleapis.json.GoogleJsonError.ErrorInfo
public static class GoogleJsonError.ErrorInfo
Detailed error information.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.util.AbstractMap |
|---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| Field Summary | |
|---|---|
String |
domain
Deprecated. (scheduled to be made private in 1.9) Use getDomain() or
setDomain(java.lang.String) |
String |
location
Deprecated. (scheduled to be made private in 1.9) Use getLocation() or
setLocation(java.lang.String) |
String |
locationType
Deprecated. (scheduled to be made private in 1.9) Use getLocationType() or
setLocationType(java.lang.String) |
String |
message
Deprecated. (scheduled to be made private in 1.9) Use getMessage() or
setMessage(java.lang.String) |
String |
reason
Deprecated. (scheduled to be made private in 1.9) Use getReason() or
setReason(java.lang.String) |
| Constructor Summary | |
|---|---|
GoogleJsonError.ErrorInfo()
|
|
| Method Summary | |
|---|---|
String |
getDomain()
Returns the error classification or null for none. |
String |
getLocation()
Returns the location in the request that caused the error or null for none or
null for none. |
String |
getLocationType()
Returns the type of location in the request that caused the error or null for none. |
String |
getMessage()
Returns the human readable explanation of the error or null for none. |
String |
getReason()
Returns the error reason or null for none. |
void |
setDomain(String domain)
Sets the error classification or null for none. |
void |
setLocation(String location)
Sets the location in the request that caused the error or null for none or
null for none. |
void |
setLocationType(String locationType)
Sets the type of location in the request that caused the error or null for none. |
void |
setMessage(String message)
Sets the human readable explanation of the error or null for none. |
void |
setReason(String reason)
Sets the error reason or null for none. |
| Methods inherited from class com.google.api.client.json.GenericJson |
|---|
clone, getFactory, setFactory, toPrettyString, toString |
| Methods inherited from class com.google.api.client.util.GenericData |
|---|
entrySet, get, getUnknownKeys, put, putAll, remove, set, setUnknownKeys |
| Methods inherited from class java.util.AbstractMap |
|---|
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
@Deprecated public String domain
getDomain() or
setDomain(java.lang.String)null for none.
@Deprecated public String reason
getReason() or
setReason(java.lang.String)null for none.
@Deprecated public String message
getMessage() or
setMessage(java.lang.String)null for none.
@Deprecated public String location
getLocation() or
setLocation(java.lang.String)null for none or null for
none.
@Deprecated public String locationType
getLocationType() or
setLocationType(java.lang.String)null for none.
| Constructor Detail |
|---|
public GoogleJsonError.ErrorInfo()
| Method Detail |
|---|
public final String getDomain()
null for none.
public final void setDomain(String domain)
null for none.
public final String getReason()
null for none.
public final void setReason(String reason)
null for none.
public final String getMessage()
null for none.
public final void setMessage(String message)
null for none.
public final String getLocation()
null for none or
null for none.
public final void setLocation(String location)
null for none or
null for none.
public final String getLocationType()
null for none.
public final void setLocationType(String locationType)
null for none.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||