Class UnreadCounts.UnreadCountsChannelType

  • Enclosing class:
    UnreadCounts

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

      • UnreadCountsChannelType

        public UnreadCountsChannelType()
    • Method Detail

      • getChannelType

        @NotNull
        public @NotNull java.lang.String getChannelType()
      • getChannelCount

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

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

        public void setChannelType​(@NotNull
                                   @NotNull java.lang.String channelType)
      • setChannelCount

        public void setChannelCount​(@NotNull
                                    @NotNull java.lang.String channelCount)
      • setUnreadCount

        public void setUnreadCount​(@NotNull
                                   @NotNull java.lang.Integer unreadCount)
      • 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