Class UnreadCounts.UnreadCountsChannel

  • Enclosing class:
    UnreadCounts

    public static class UnreadCounts.UnreadCountsChannel
    extends java.lang.Object
    • Constructor Detail

      • UnreadCountsChannel

        public UnreadCountsChannel()
    • Method Detail

      • getChannelId

        @NotNull
        public @NotNull java.lang.String getChannelId()
      • getUnreadCount

        @NotNull
        public @NotNull java.lang.Integer getUnreadCount()
      • getLastRead

        @NotNull
        public @NotNull java.util.Date getLastRead()
      • setChannelId

        public void setChannelId​(@NotNull
                                 @NotNull java.lang.String channelId)
      • setUnreadCount

        public void setUnreadCount​(@NotNull
                                   @NotNull java.lang.Integer unreadCount)
      • setLastRead

        public void setLastRead​(@NotNull
                                @NotNull java.util.Date lastRead)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object