com.google.api.client.googleapis.json
Class GoogleJsonErrorContainer

java.lang.Object
  extended by java.util.AbstractMap<String,Object>
      extended by com.google.api.client.util.GenericData
          extended by com.google.api.client.json.GenericJson
              extended by com.google.api.client.googleapis.json.GoogleJsonErrorContainer
All Implemented Interfaces:
Cloneable, Map<String,Object>

public class GoogleJsonErrorContainer
extends GenericJson

Data class representing a container of GoogleJsonError.

Since:
1.9
Author:
[email protected] (Ravi Mistry)

Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
GenericData.Flags
 
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>
 
Constructor Summary
GoogleJsonErrorContainer()
           
 
Method Summary
 GoogleJsonError getError()
          Returns the GoogleJsonError.
 void setError(GoogleJsonError error)
          Sets the GoogleJsonError.
 
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, getClassInfo, 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
 

Constructor Detail

GoogleJsonErrorContainer

public GoogleJsonErrorContainer()
Method Detail

getError

public final GoogleJsonError getError()
Returns the GoogleJsonError.


setError

public final void setError(GoogleJsonError error)
Sets the GoogleJsonError.



Copyright © 2010-2012 Google. All Rights Reserved.