public class MessageLd extends Object
| Constructor and Description |
|---|
MessageLd() |
MessageLd(boolean success) |
MessageLd(boolean success,
List<NotificationLd> notifications) |
MessageLd(boolean success,
List<NotificationLd> notifications,
String elementName) |
MessageLd(boolean success,
NotificationLd... notifications) |
MessageLd(MessageLd other) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addNotification(NotificationLd notification) |
String |
getElementId() |
String |
getElementName() |
List<NotificationLd> |
getNotifications() |
boolean |
isSuccess() |
void |
setElementId(String elementId) |
void |
setElementName(String elementName) |
void |
setNotifications(List<NotificationLd> notifications) |
void |
setSuccess(boolean success) |
public MessageLd()
public MessageLd(MessageLd other)
public MessageLd(boolean success)
public MessageLd(boolean success,
List<NotificationLd> notifications)
public MessageLd(boolean success,
List<NotificationLd> notifications,
String elementName)
public MessageLd(boolean success,
NotificationLd... notifications)
public boolean isSuccess()
public void setSuccess(boolean success)
public List<NotificationLd> getNotifications()
public void setNotifications(List<NotificationLd> notifications)
public boolean addNotification(NotificationLd notification)
public String getElementName()
public void setElementName(String elementName)
public String getElementId()
public void setElementId(String elementId)
Copyright © 2019. All rights reserved.