Package com.slack.api.model.event
Class ChannelIdChangedEvent
- java.lang.Object
-
- com.slack.api.model.event.ChannelIdChangedEvent
-
- All Implemented Interfaces:
Event,Serializable
public class ChannelIdChangedEvent extends Object implements Event
https://api.slack.com/events/channel_id_changed- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ChannelIdChangedEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetEventTs()StringgetNewChannelId()StringgetOldChannelId()StringgetType()inthashCode()voidsetEventTs(String eventTs)voidsetNewChannelId(String newChannelId)voidsetOldChannelId(String oldChannelId)StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.slack.api.model.event.Event
getSubtype
-
-
-
-
Field Detail
-
TYPE_NAME
public static final String TYPE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getOldChannelId
public String getOldChannelId()
-
getNewChannelId
public String getNewChannelId()
-
getEventTs
public String getEventTs()
-
setOldChannelId
public void setOldChannelId(String oldChannelId)
-
setNewChannelId
public void setNewChannelId(String newChannelId)
-
setEventTs
public void setEventTs(String eventTs)
-
canEqual
protected boolean canEqual(Object other)
-
-