Class NotificationResponse

java.lang.Object
com.broadleafcommerce.notification.domain.NotificationResponse

public class NotificationResponse extends Object
The notification response returns the result of the SendNotification operation.
Author:
Broadleaf Commerce
  • Constructor Details

    • NotificationResponse

      public NotificationResponse()
  • Method Details

    • getNotificationStatus

      public String getNotificationStatus()
    • getNotificationId

      public String getNotificationId()
    • getProperties

      public Map<String,Object> getProperties()
    • setNotificationStatus

      public void setNotificationStatus(String notificationStatus)
    • setNotificationId

      public void setNotificationId(String notificationId)
    • setProperties

      public void setProperties(Map<String,Object> properties)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object