com.ecwid.mailchimp.method.v1_3.list
Class ListBatchSubscribeResult

java.lang.Object
  extended by java.util.AbstractMap<String,Object>
      extended by com.ecwid.mailchimp.MailChimpObject
          extended by com.ecwid.mailchimp.method.v1_3.list.ListBatchSubscribeResult
All Implemented Interfaces:
Serializable, Map<String,Object>

public class ListBatchSubscribeResult
extends MailChimpObject

Author:
Vasily Karyaev
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 add_count
           
 Integer error_count
           
 List<ListBatchError> errors
           
 Integer update_count
           
 
Constructor Summary
ListBatchSubscribeResult()
           
 
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

add_count

@MailChimpObject.Field
public Integer add_count

update_count

@MailChimpObject.Field
public Integer update_count

error_count

@MailChimpObject.Field
public Integer error_count

errors

@MailChimpObject.Field
public List<ListBatchError> errors
Constructor Detail

ListBatchSubscribeResult

public ListBatchSubscribeResult()


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