Class SummaryBasedFlushContext.PostInformation

java.lang.Object
com.broadleafcommerce.sandbox.service.flush.SummaryBasedFlushContext.PostInformation
Enclosing class:
SummaryBasedFlushContext

public static class SummaryBasedFlushContext.PostInformation extends Object
Information required to appropriately call DefaultNotificationHandler.handle(NotificationStateRepository, NotificationStateAware, String)
  • Constructor Details

    • PostInformation

      public PostInformation(String changeSummaryId, String messageType)
  • Method Details

    • getChangeSummaryId

      public String getChangeSummaryId()
    • getMessageType

      public String getMessageType()
    • 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