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

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.StaticSegmentInfo
All Implemented Interfaces:
Serializable, Map<String,Object>

public class StaticSegmentInfo
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
 Date created_date
           
 Integer id
           
 Date lasat_update
           
 Date last_reset
           
 Integer member_count
           
 String name
           
 
Constructor Summary
StaticSegmentInfo()
           
 
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

id

@MailChimpObject.Field
public Integer id

name

@MailChimpObject.Field
public String name

member_count

@MailChimpObject.Field
public Integer member_count

created_date

@MailChimpObject.Field
public Date created_date

lasat_update

@MailChimpObject.Field
public Date lasat_update

last_reset

@MailChimpObject.Field
public Date last_reset
Constructor Detail

StaticSegmentInfo

public StaticSegmentInfo()


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