Package com.fedapay.model
Class Event
- java.lang.Object
-
- com.fedapay.model.FedaPayObject
-
- com.fedapay.model.Event
-
public class Event extends FedaPayObject
-
-
Field Summary
-
Fields inherited from class com.fedapay.model.FedaPayObject
rawJsonResponse
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EventCollectionall()StringgetAccountId()StringgetCreatedAt()StringgetEntity()StringgetId()StringgetObject()StringgetObjectId()StringgetType()StringgetUpdatedAt()static Eventretrieve(String eventId)voidsetAccountId(String accountId)voidsetCreatedAt(String createdAt)voidsetEntity(String entity)voidsetId(String id)voidsetObject(String object)voidsetObjectId(String objectId)voidsetType(String type)voidsetUpdatedAt(String updatedAt)-
Methods inherited from class com.fedapay.model.FedaPayObject
getRawJsonResponse, setRawJsonResponse
-
-
-
-
Method Detail
-
getId
public String getId()
-
setId
public void setId(String id)
-
getType
public String getType()
-
setType
public void setType(String type)
-
getEntity
public String getEntity()
-
setEntity
public void setEntity(String entity)
-
getObjectId
public String getObjectId()
-
setObjectId
public void setObjectId(String objectId)
-
getAccountId
public String getAccountId()
-
setAccountId
public void setAccountId(String accountId)
-
getObject
public String getObject()
-
setObject
public void setObject(String object)
-
getCreatedAt
public String getCreatedAt()
-
setCreatedAt
public void setCreatedAt(String createdAt)
-
getUpdatedAt
public String getUpdatedAt()
-
setUpdatedAt
public void setUpdatedAt(String updatedAt)
-
all
public static EventCollection all() throws Exception
- Throws:
Exception
-
-