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