public class NotificationDetail extends Object
| Constructor and Description |
|---|
NotificationDetail() |
NotificationDetail(NotificationType type,
String message) |
| Modifier and Type | Method and Description |
|---|---|
String |
getJob() |
String |
getMessage() |
NotificationType |
getType() |
void |
setJob(String job) |
public NotificationDetail()
public NotificationDetail(NotificationType type, String message)
public void setJob(String job)
public String getJob()
public NotificationType getType()
public String getMessage()
Copyright © 2017–2021. All rights reserved.