public class MessageThreadBroadcastEvent extends Object implements Event
Modifier and Type | Field and Description |
---|---|
static String |
SUBTYPE_NAME |
static String |
TYPE_NAME |
Constructor and Description |
---|
MessageThreadBroadcastEvent() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<Attachment> |
getAttachments() |
List<LayoutBlock> |
getBlocks() |
String |
getChannel() |
String |
getChannelType() |
String |
getClientMsgId() |
String |
getEventTs() |
Message.MessageRoot |
getRoot() |
String |
getSubtype() |
String |
getText() |
String |
getThreadTs() |
String |
getTs() |
String |
getType() |
String |
getUser() |
int |
hashCode() |
void |
setAttachments(List<Attachment> attachments) |
void |
setBlocks(List<LayoutBlock> blocks) |
void |
setChannel(String channel) |
void |
setChannelType(String channelType) |
void |
setClientMsgId(String clientMsgId) |
void |
setEventTs(String eventTs) |
void |
setRoot(Message.MessageRoot root) |
void |
setText(String text) |
void |
setThreadTs(String threadTs) |
void |
setTs(String ts) |
void |
setUser(String user) |
String |
toString() |
public static final String TYPE_NAME
public static final String SUBTYPE_NAME
public String getClientMsgId()
public String getSubtype()
getSubtype
in interface Event
public String getChannel()
public String getUser()
public Message.MessageRoot getRoot()
public String getText()
public List<LayoutBlock> getBlocks()
public List<Attachment> getAttachments()
public String getTs()
public String getThreadTs()
public String getEventTs()
public String getChannelType()
public void setClientMsgId(String clientMsgId)
public void setChannel(String channel)
public void setUser(String user)
public void setRoot(Message.MessageRoot root)
public void setText(String text)
public void setBlocks(List<LayoutBlock> blocks)
public void setAttachments(List<Attachment> attachments)
public void setTs(String ts)
public void setThreadTs(String threadTs)
public void setEventTs(String eventTs)
public void setChannelType(String channelType)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.