Package com.slack.api.model.event
Class MessageChannelPurposeEvent
- java.lang.Object
-
- com.slack.api.model.event.MessageChannelPurposeEvent
-
- All Implemented Interfaces:
Event,Serializable
public class MessageChannelPurposeEvent extends Object implements Event
https://api.slack.com/events/message/channel_purpose- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSUBTYPE_NAMEstatic StringTYPE_NAME
-
Constructor Summary
Constructors Constructor Description MessageChannelPurposeEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetChannel()StringgetChannelType()StringgetEventTs()StringgetPurpose()StringgetSubtype()StringgetText()StringgetTs()StringgetType()StringgetUser()inthashCode()voidsetChannel(String channel)voidsetChannelType(String channelType)voidsetEventTs(String eventTs)voidsetPurpose(String purpose)voidsetText(String text)voidsetTs(String ts)voidsetUser(String user)StringtoString()
-
-
-
Field Detail
-
TYPE_NAME
public static final String TYPE_NAME
- See Also:
- Constant Field Values
-
SUBTYPE_NAME
public static final String SUBTYPE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getSubtype
public String getSubtype()
- Specified by:
getSubtypein interfaceEvent
-
getUser
public String getUser()
-
getChannel
public String getChannel()
-
getChannelType
public String getChannelType()
-
getText
public String getText()
-
getPurpose
public String getPurpose()
-
getTs
public String getTs()
-
getEventTs
public String getEventTs()
-
setUser
public void setUser(String user)
-
setChannel
public void setChannel(String channel)
-
setChannelType
public void setChannelType(String channelType)
-
setText
public void setText(String text)
-
setPurpose
public void setPurpose(String purpose)
-
setTs
public void setTs(String ts)
-
setEventTs
public void setEventTs(String eventTs)
-
canEqual
protected boolean canEqual(Object other)
-
-