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

public class ListWebNotificationsKey extends Object implements CacheKey, Serializable
See Also:
  • Method Details

    • key

      public static ListWebNotificationsKey key(String userId, boolean isOnPopover, int offset, int limit)
    • isOnPopover

      public boolean isOnPopover()
    • getUserId

      public String getUserId()
    • getOffset

      public int getOffset()
    • getLimit

      public int getLimit()
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object