public class GenericNotification extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GenericNotification.EventTypeEnum |
| Constructor and Description |
|---|
GenericNotification() |
| Modifier and Type | Method and Description |
|---|---|
NotificationErrorContainer |
getError() |
Date |
getEventDate() |
GenericNotification.EventTypeEnum |
getEventType() |
String |
getExecutingUserKey() |
String |
getLive() |
String |
getPspReference() |
void |
setError(NotificationErrorContainer error) |
void |
setEventDate(Date eventDate) |
void |
setEventType(GenericNotification.EventTypeEnum eventType) |
void |
setExecutingUserKey(String executingUserKey) |
void |
setLive(String live) |
void |
setPspReference(String pspReference) |
String |
toString() |
public GenericNotification.EventTypeEnum getEventType()
public void setEventType(GenericNotification.EventTypeEnum eventType)
public Date getEventDate()
public void setEventDate(Date eventDate)
public String getExecutingUserKey()
public void setExecutingUserKey(String executingUserKey)
public String getLive()
public void setLive(String live)
public String getPspReference()
public void setPspReference(String pspReference)
public NotificationErrorContainer getError()
public void setError(NotificationErrorContainer error)
Copyright © 2021. All rights reserved.