Package com.adyen.model.marketpay
Class AccountEvent
- java.lang.Object
-
- com.adyen.model.marketpay.AccountEvent
-
public class AccountEvent extends Object
AccountEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccountEvent.EventEnumGets or Sets event
-
Constructor Summary
Constructors Constructor Description AccountEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)AccountEventevent(AccountEvent.EventEnum event)AccountEventexecutionDate(Date executionDate)AccountEvent.EventEnumgetEvent()Get eventDategetExecutionDate()Get executionDateStringgetReason()Get reasonStringgetResolvedByStateType()Get resolvedByStateTypeinthashCode()AccountEventreason(String reason)AccountEventresolvedByStateType(String resolvedByStateType)voidsetEvent(AccountEvent.EventEnum event)voidsetExecutionDate(Date executionDate)voidsetReason(String reason)voidsetResolvedByStateType(String resolvedByStateType)StringtoString()
-
-
-
Method Detail
-
reason
public AccountEvent reason(String reason)
-
getReason
public String getReason()
Get reason- Returns:
- reason
-
setReason
public void setReason(String reason)
-
resolvedByStateType
public AccountEvent resolvedByStateType(String resolvedByStateType)
-
getResolvedByStateType
public String getResolvedByStateType()
Get resolvedByStateType- Returns:
- resolvedByStateType
-
setResolvedByStateType
public void setResolvedByStateType(String resolvedByStateType)
-
executionDate
public AccountEvent executionDate(Date executionDate)
-
getExecutionDate
public Date getExecutionDate()
Get executionDate- Returns:
- executionDate
-
setExecutionDate
public void setExecutionDate(Date executionDate)
-
event
public AccountEvent event(AccountEvent.EventEnum event)
-
getEvent
public AccountEvent.EventEnum getEvent()
Get event- Returns:
- event
-
setEvent
public void setEvent(AccountEvent.EventEnum event)
-
-