public class MessageMeEvent extends Object implements Event
Modifier and Type | Field and Description |
---|---|
static String |
SUBTYPE_NAME |
static String |
TYPE_NAME |
Constructor and Description |
---|
MessageMeEvent() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getBotId() |
String |
getChannel() |
String |
getChannelType() |
String |
getEventTs() |
String |
getSubtype() |
String |
getText() |
String |
getTs() |
String |
getType() |
String |
getUsername() |
int |
hashCode() |
void |
setBotId(String botId) |
void |
setChannel(String channel) |
void |
setChannelType(String channelType) |
void |
setEventTs(String eventTs) |
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 getChannel()
public String getUsername()
public String getBotId()
public String getText()
public String getEventTs()
public String getTs()
public String getChannelType()
public void setChannel(String channel)
public void setUsername(String username)
public void setBotId(String botId)
public void setText(String text)
public void setEventTs(String eventTs)
public void setTs(String ts)
public void setChannelType(String channelType)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.