Class MessageThreadBroadcastEvent

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

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

  • Constructor Details

    • MessageThreadBroadcastEvent

      public MessageThreadBroadcastEvent()
  • Method Details

    • getClientMsgId

      public String getClientMsgId()
    • getType

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

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

      public String getChannel()
    • getUser

      public String getUser()
    • getRoot

      public Message.MessageRoot getRoot()
    • getText

      public String getText()
    • getBlocks

      public List<LayoutBlock> getBlocks()
    • getAttachments

      public List<Attachment> getAttachments()
    • getTs

      public String getTs()
    • getThreadTs

      public String getThreadTs()
    • getEventTs

      public String getEventTs()
    • getChannelType

      public String getChannelType()
    • setClientMsgId

      public void setClientMsgId(String clientMsgId)
    • setChannel

      public void setChannel(String channel)
    • setUser

      public void setUser(String user)
    • setRoot

      public void setRoot(Message.MessageRoot root)
    • setText

      public void setText(String text)
    • setBlocks

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

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

      public void setTs(String ts)
    • setThreadTs

      public void setThreadTs(String threadTs)
    • 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