Class NotificationResponse
java.lang.Object
com.broadleafcommerce.notification.domain.NotificationResponse
The notification response returns the result of the SendNotification operation.
- Author:
- Broadleaf Commerce
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
void
setNotificationId
(String notificationId) void
setNotificationStatus
(String notificationStatus) void
setProperties
(Map<String, Object> properties) toString()
-
Constructor Details
-
NotificationResponse
public NotificationResponse()
-
-
Method Details