Class ImCloseEvent

  • All Implemented Interfaces:
    Event, Serializable

    public class ImCloseEvent
    extends Object
    implements Event
    The im_close event is sent to all connections for a user when a direct message channel is closed by that user.

    https://api.slack.com/events/im_close

    See Also:
    Serialized Form
    • Constructor Detail

      • ImCloseEvent

        public ImCloseEvent()
    • Method Detail

      • getUser

        public String getUser()
      • getChannel

        public String getChannel()
      • getEventTs

        public String getEventTs()
      • setUser

        public void setUser​(String user)
      • setChannel

        public void setChannel​(String channel)
      • setEventTs

        public void setEventTs​(String eventTs)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object