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