public class ChannelArchiveEvent extends Object implements Event
https://api.slack.com/events/channel_archive
| Constructor and Description |
|---|
ChannelArchiveEvent() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getChannel() |
String |
getEventTs() |
Integer |
getIsMoved() |
String |
getType() |
String |
getUser() |
int |
hashCode() |
void |
setChannel(String channel) |
void |
setEventTs(String eventTs) |
void |
setIsMoved(Integer isMoved) |
void |
setUser(String user) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetSubtypepublic static final String TYPE_NAME
public String getChannel()
public String getUser()
public Integer getIsMoved()
public String getEventTs()
public void setChannel(String channel)
public void setUser(String user)
public void setIsMoved(Integer isMoved)
public void setEventTs(String eventTs)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.