java.lang.Object
org.exoplatform.commons.notification.impl.service.storage.cache.model.WebNotifInfoData
All Implemented Interfaces:
Serializable

public class WebNotifInfoData extends Object implements Serializable
See Also:
  • Constructor Details

    • WebNotifInfoData

      public WebNotifInfoData(org.exoplatform.commons.api.notification.model.NotificationInfo notificationInfo)
  • Method Details

    • build

      public org.exoplatform.commons.api.notification.model.NotificationInfo build()
    • getTo

      public String getTo()
    • updateRead

      public WebNotifInfoData updateRead(boolean isRead)
    • updateShowPopover

      public WebNotifInfoData updateShowPopover(boolean isShow)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object