public class AccountEvent extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AccountEvent.EventEnum
Gets or Sets event
|
| Constructor and Description |
|---|
AccountEvent() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
AccountEvent |
event(AccountEvent.EventEnum event) |
AccountEvent |
executionDate(Date executionDate) |
AccountEvent.EventEnum |
getEvent()
Get event
|
Date |
getExecutionDate()
Get executionDate
|
String |
getReason()
Get reason
|
String |
getResolvedByStateType()
Get resolvedByStateType
|
int |
hashCode() |
AccountEvent |
reason(String reason) |
AccountEvent |
resolvedByStateType(String resolvedByStateType) |
void |
setEvent(AccountEvent.EventEnum event) |
void |
setExecutionDate(Date executionDate) |
void |
setReason(String reason) |
void |
setResolvedByStateType(String resolvedByStateType) |
String |
toString() |
public AccountEvent reason(String reason)
public String getReason()
public void setReason(String reason)
public AccountEvent resolvedByStateType(String resolvedByStateType)
public String getResolvedByStateType()
public void setResolvedByStateType(String resolvedByStateType)
public AccountEvent executionDate(Date executionDate)
public Date getExecutionDate()
public void setExecutionDate(Date executionDate)
public AccountEvent event(AccountEvent.EventEnum event)
public AccountEvent.EventEnum getEvent()
public void setEvent(AccountEvent.EventEnum event)
Copyright © 2022. All rights reserved.