Package com.slack.api.model.event
Class MessageMeEvent
java.lang.Object
com.slack.api.model.event.MessageMeEvent
- All Implemented Interfaces:
Event,Serializable
public class MessageMeEvent extends Object implements Event
https://api.slack.com/events/message/me_message
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static StringSUBTYPE_NAMEstatic StringTYPE_NAME -
Constructor Summary
Constructors Constructor Description MessageMeEvent() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetBotId()StringgetChannel()StringgetChannelType()StringgetEventTs()StringgetSubtype()StringgetText()StringgetTs()StringgetType()StringgetUsername()inthashCode()voidsetBotId(String botId)voidsetChannel(String channel)voidsetChannelType(String channelType)voidsetEventTs(String eventTs)voidsetText(String text)voidsetTs(String ts)voidsetUsername(String username)StringtoString()
-
Field Details
-
TYPE_NAME
- See Also:
- Constant Field Values
-
SUBTYPE_NAME
- See Also:
- Constant Field Values
-
-
Constructor Details
-
MessageMeEvent
public MessageMeEvent()
-
-
Method Details
-
getType
-
getSubtype
- Specified by:
getSubtypein interfaceEvent
-
getChannel
-
getUsername
-
getBotId
-
getText
-
getEventTs
-
getTs
-
getChannelType
-
setChannel
-
setUsername
-
setBotId
-
setText
-
setEventTs
-
setTs
-
setChannelType
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-