Package com.slack.api.model.event
Class MessageChannelTopicEvent
java.lang.Object
com.slack.api.model.event.MessageChannelTopicEvent
- All Implemented Interfaces:
Event,Serializable
public class MessageChannelTopicEvent extends Object implements Event
https://api.slack.com/events/message/channel_topic
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static StringSUBTYPE_NAMEstatic StringTYPE_NAME -
Constructor Summary
Constructors Constructor Description MessageChannelTopicEvent() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetChannel()StringgetChannelType()StringgetEventTs()StringgetSubtype()StringgetText()StringgetTopic()StringgetTs()StringgetType()StringgetUser()inthashCode()voidsetChannel(String channel)voidsetChannelType(String channelType)voidsetEventTs(String eventTs)voidsetText(String text)voidsetTopic(String topic)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
-
MessageChannelTopicEvent
public MessageChannelTopicEvent()
-
-
Method Details
-
getType
-
getSubtype
- Specified by:
getSubtypein interfaceEvent
-
getUser
-
getChannel
-
getChannelType
-
getText
-
getTopic
-
getTs
-
getEventTs
-
setUser
-
setChannel
-
setChannelType
-
setText
-
setTopic
-
setTs
-
setEventTs
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-