Class MessageBotEvent

java.lang.Object
com.slack.api.model.event.MessageBotEvent
All Implemented Interfaces:
Event, Serializable

public class MessageBotEvent extends Object implements Event
https://api.slack.com/events/message/bot_message
See Also:
  • Field Details

  • Constructor Details

    • MessageBotEvent

      public MessageBotEvent()
  • Method Details

    • getType

      public String getType()
      Specified by:
      getType in interface Event
    • getSubtype

      public String getSubtype()
      Specified by:
      getSubtype in interface Event
    • getBotId

      public String getBotId()
    • getUsername

      public String getUsername()
    • getIcons

      public Message.Icons getIcons()
    • getChannel

      public String getChannel()
    • getText

      public String getText()
    • getBlocks

      public List<LayoutBlock> getBlocks()
    • getAttachments

      public List<Attachment> getAttachments()
    • getThreadTs

      public String getThreadTs()
    • getTs

      public String getTs()
    • getEventTs

      public String getEventTs()
    • getChannelType

      public String getChannelType()
    • setBotId

      public void setBotId(String botId)
    • setUsername

      public void setUsername(String username)
    • setIcons

      public void setIcons(Message.Icons icons)
    • setChannel

      public void setChannel(String channel)
    • setText

      public void setText(String text)
    • setBlocks

      public void setBlocks(List<LayoutBlock> blocks)
    • setAttachments

      public void setAttachments(List<Attachment> attachments)
    • setThreadTs

      public void setThreadTs(String threadTs)
    • setTs

      public void setTs(String ts)
    • setEventTs

      public void setEventTs(String eventTs)
    • setChannelType

      public void setChannelType(String channelType)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object