Class ChannelStats


  • public class ChannelStats
    extends Object
    Channel statistics.
    Author:
    Takayuki Maruyama
    • Constructor Detail

      • ChannelStats

        public ChannelStats()
    • Method Detail

      • getChannelId

        public String getChannelId()
      • getMemberCount

        public long getMemberCount()
      • getGuestCount

        public long getGuestCount()
      • getPinnedPostCount

        public long getPinnedPostCount()
      • setChannelId

        public void setChannelId​(String channelId)
      • setMemberCount

        public void setMemberCount​(long memberCount)
      • setGuestCount

        public void setGuestCount​(long guestCount)
      • setPinnedPostCount

        public void setPinnedPostCount​(long pinnedPostCount)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object