public class Notification extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
message |
protected String |
subject |
protected String |
to |
| Constructor and Description |
|---|
Notification() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
String |
getSubject() |
String |
getTo() |
void |
setMessage(String message) |
void |
setSubject(String subject) |
void |
setTo(String to) |
Copyright © 2020. All rights reserved.