Package com.slack.api.model.event
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:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static StringSUBTYPE_NAMEstatic StringTYPE_NAME -
Constructor Summary
Constructors Constructor Description MessageThreadBroadcastEvent() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<Attachment>getAttachments()List<LayoutBlock>getBlocks()StringgetChannel()StringgetChannelType()StringgetClientMsgId()StringgetEventTs()Message.MessageRootgetRoot()StringgetSubtype()StringgetText()StringgetThreadTs()StringgetTs()StringgetType()StringgetUser()inthashCode()voidsetAttachments(List<Attachment> attachments)voidsetBlocks(List<LayoutBlock> blocks)voidsetChannel(String channel)voidsetChannelType(String channelType)voidsetClientMsgId(String clientMsgId)voidsetEventTs(String eventTs)voidsetRoot(Message.MessageRoot root)voidsetText(String text)voidsetThreadTs(String threadTs)voidsetTs(String ts)voidsetUser(String user)StringtoString()
-
Field Details
-
TYPE_NAME
- See Also:
- Constant Field Values
-
SUBTYPE_NAME
- See Also:
- Constant Field Values
-
-
Constructor Details
-
MessageThreadBroadcastEvent
public MessageThreadBroadcastEvent()
-
-
Method Details
-
getClientMsgId
-
getType
-
getSubtype
- Specified by:
getSubtypein interfaceEvent
-
getChannel
-
getUser
-
getRoot
-
getText
-
getBlocks
-
getAttachments
-
getTs
-
getThreadTs
-
getEventTs
-
getChannelType
-
setClientMsgId
-
setChannel
-
setUser
-
setRoot
-
setText
-
setBlocks
-
setAttachments
-
setTs
-
setThreadTs
-
setEventTs
-
setChannelType
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-