public class Notification
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Email |
email |
protected URLPost |
urlPost |
| Constructor and Description |
|---|
Notification() |
| Modifier and Type | Method and Description |
|---|---|
Email |
getEmail()
Gets the value of the email property.
|
URLPost |
getURLPost()
Gets the value of the urlPost property.
|
void |
setEmail(Email value)
Sets the value of the email property.
|
void |
setURLPost(URLPost value)
Sets the value of the urlPost property.
|
public Email getEmail()
Emailpublic void setEmail(Email value)
value - allowed object is
Emailpublic URLPost getURLPost()
URLPostCopyright © 2018 SAP SE. All Rights Reserved.