Class ChannelViewResponse


  • public class ChannelViewResponse
    extends Object
    ChannelView API call response.
    Since:
    Mattermost Server 4.3
    Author:
    Takayuki Maruyama
    • Constructor Detail

      • ChannelViewResponse

        public ChannelViewResponse()
    • Method Detail

      • isOk

        public boolean isOk()
      • getStatus

        public String getStatus()
      • getLastViewedAtTimes

        public Map<String,​Long> getLastViewedAtTimes()
      • setStatus

        public void setStatus​(String status)
      • setLastViewedAtTimes

        public void setLastViewedAtTimes​(Map<String,​Long> lastViewedAtTimes)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object