public class MessageBotEvent extends Object implements Event
Modifier and Type | Field and Description |
---|---|
static String |
SUBTYPE_NAME |
static String |
TYPE_NAME |
Constructor and Description |
---|
MessageBotEvent() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<Attachment> |
getAttachments() |
List<LayoutBlock> |
getBlocks() |
String |
getBotId() |
String |
getChannel() |
String |
getChannelType() |
String |
getEventTs() |
Message.Icons |
getIcons() |
String |
getSubtype() |
String |
getText() |
String |
getTs() |
String |
getType() |
String |
getUsername() |
int |
hashCode() |
void |
setAttachments(List<Attachment> attachments) |
void |
setBlocks(List<LayoutBlock> blocks) |
void |
setBotId(String botId) |
void |
setChannel(String channel) |
void |
setChannelType(String channelType) |
void |
setEventTs(String eventTs) |
void |
setIcons(Message.Icons icons) |
void |
setText(String text) |
void |
setTs(String ts) |
void |
setUsername(String username) |
String |
toString() |
public static final String TYPE_NAME
public static final String SUBTYPE_NAME
public String getSubtype()
getSubtype
in interface Event
public String getBotId()
public String getUsername()
public Message.Icons getIcons()
public String getChannel()
public String getText()
public List<LayoutBlock> getBlocks()
public List<Attachment> getAttachments()
public String getTs()
public String getEventTs()
public String getChannelType()
public void setBotId(String botId)
public void setUsername(String username)
public void setIcons(Message.Icons icons)
public void setChannel(String channel)
public void setText(String text)
public void setBlocks(List<LayoutBlock> blocks)
public void setAttachments(List<Attachment> attachments)
public void setTs(String ts)
public void setEventTs(String eventTs)
public void setChannelType(String channelType)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.