public class UserDataUpdateEvent extends Object
| Constructor and Description |
|---|
UserDataUpdateEvent() |
| Modifier and Type | Method and Description |
|---|---|
AccountUpdate |
getAccountUpdate() |
String |
getEventReasonType() |
Long |
getEventTime() |
String |
getEventType() |
OrderUpdate |
getOrderUpdate() |
Long |
getTransactionTime() |
void |
setAccountUpdate(AccountUpdate accountUpdate) |
void |
setEventReasonType(String eventReasonType) |
void |
setEventTime(Long eventTime) |
void |
setEventType(String eventType) |
void |
setOrderUpdate(OrderUpdate orderUpdate) |
void |
setTransactionTime(Long transactionTime) |
String |
toString() |
public String getEventType()
public void setEventType(String eventType)
public Long getEventTime()
public void setEventTime(Long eventTime)
public Long getTransactionTime()
public void setTransactionTime(Long transactionTime)
public AccountUpdate getAccountUpdate()
public void setAccountUpdate(AccountUpdate accountUpdate)
public OrderUpdate getOrderUpdate()
public void setOrderUpdate(OrderUpdate orderUpdate)
public String getEventReasonType()
public void setEventReasonType(String eventReasonType)
Copyright © 2021. All rights reserved.