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 |
|---|---|
Date |
getEventDate() |
GenericNotification.EventTypeEnum |
getEventType() |
String |
getExecutingUserKey() |
String |
getLive() |
String |
getPspReference() |
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)
Copyright © 2019. All rights reserved.