public class NotificationLd extends Object
| Constructor and Description |
|---|
NotificationLd() |
NotificationLd(NotificationLd other) |
NotificationLd(String title,
String description) |
NotificationLd(String title,
String description,
String additionalInformation) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdditionalInformation() |
String |
getDescription() |
String |
getElementId() |
String |
getTitle() |
void |
setAdditionalInformation(String additionalInformation) |
void |
setDescription(String description) |
void |
setElementId(String elementId) |
void |
setTitle(String title) |
public NotificationLd()
public NotificationLd(NotificationLd other)
public String getTitle()
public void setTitle(String title)
public String getDescription()
public void setDescription(String description)
public String getAdditionalInformation()
public void setAdditionalInformation(String additionalInformation)
public String getElementId()
public void setElementId(String elementId)
Copyright © 2019. All rights reserved.