public class MessageEkmAccessDeniedEvent extends Object implements Event
| Modifier and Type | Field and Description |
|---|---|
static String |
SUBTYPE_NAME |
static String |
TYPE_NAME |
| Constructor and Description |
|---|
MessageEkmAccessDeniedEvent() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<Attachment> |
getAttachments() |
List<LayoutBlock> |
getBlocks() |
String |
getChannel() |
String |
getChannelType() |
String |
getEventTs() |
String |
getSubtype() |
String |
getText() |
String |
getTs() |
String |
getType() |
String |
getUser() |
int |
hashCode() |
boolean |
isHidden() |
void |
setAttachments(List<Attachment> attachments) |
void |
setBlocks(List<LayoutBlock> blocks) |
void |
setChannel(String channel) |
void |
setChannelType(String channelType) |
void |
setEventTs(String eventTs) |
void |
setHidden(boolean hidden) |
void |
setText(String text) |
void |
setTs(String ts) |
void |
setUser(String user) |
String |
toString() |
public static final String TYPE_NAME
public static final String SUBTYPE_NAME
public String getSubtype()
getSubtype in interface Eventpublic String getChannel()
public boolean isHidden()
public String getUser()
public String getText()
public List<LayoutBlock> getBlocks()
public List<Attachment> getAttachments()
public String getEventTs()
public String getTs()
public String getChannelType()
public void setChannel(String channel)
public void setHidden(boolean hidden)
public void setUser(String user)
public void setText(String text)
public void setBlocks(List<LayoutBlock> blocks)
public void setAttachments(List<Attachment> attachments)
public void setEventTs(String eventTs)
public void setTs(String ts)
public void setChannelType(String channelType)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.