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 booleanbooleaninthashCode()voidsetNotificationId(String notificationId) voidsetNotificationStatus(String notificationStatus) voidsetProperties(Map<String, Object> properties) toString()
-
Constructor Details
-
NotificationResponse
public NotificationResponse()
-
-
Method Details