com.stripe.model
Class EventCollection

java.lang.Object
  extended by com.stripe.model.StripeObject
      extended by com.stripe.model.EventCollection

public class EventCollection
extends StripeObject


Field Summary
 
Fields inherited from class com.stripe.model.StripeObject
prettyPrintGson
 
Constructor Summary
EventCollection()
           
 
Method Summary
 Integer getCount()
           
 List<Event> getData()
           
 void setCount(Integer count)
           
 void setData(List<Event> data)
           
 
Methods inherited from class com.stripe.model.StripeObject
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EventCollection

public EventCollection()
Method Detail

getData

public List<Event> getData()

setData

public void setData(List<Event> data)

getCount

public Integer getCount()

setCount

public void setCount(Integer count)


Copyright © 2012 Stripe. All Rights Reserved.