com.ecwid.mailchimp.method.v2_0.lists
Class ListMethodResult.Error

java.lang.Object
  extended by java.util.AbstractMap<String,Object>
      extended by com.ecwid.mailchimp.MailChimpObject
          extended by com.ecwid.mailchimp.method.v2_0.lists.ListMethodResult.Error
All Implemented Interfaces:
Serializable, Map<String,Object>
Enclosing class:
ListMethodResult

public static class ListMethodResult.Error
extends MailChimpObject

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.ecwid.mailchimp.MailChimpObject
MailChimpObject.Field
 
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
 Integer code
           
 String error
           
 String param
           
 
Constructor Summary
ListMethodResult.Error()
           
 
Method Summary
 
Methods inherited from class com.ecwid.mailchimp.MailChimpObject
as, clear, containsKey, entrySet, fromJson, get, getReflectiveMappingTypes, getReflectiveMappingTypes, keySet, put, remove, size, toJson
 
Methods inherited from class java.util.AbstractMap
clone, containsValue, equals, hashCode, isEmpty, putAll, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

param

@MailChimpObject.Field
public String param

code

@MailChimpObject.Field
public Integer code

error

@MailChimpObject.Field
public String error
Constructor Detail

ListMethodResult.Error

public ListMethodResult.Error()


Copyright © 2012-2014 Ecwid, Inc. All Rights Reserved.