public static class BlockActionPayload.Container extends Object
| Constructor and Description |
|---|
Container() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Integer |
getAttachmentId() |
String |
getChannelId() |
String |
getMessageTs() |
String |
getText() |
String |
getType() |
int |
hashCode() |
boolean |
isApp_unfurl() |
boolean |
isEphemeral() |
void |
setApp_unfurl(boolean app_unfurl) |
void |
setAttachmentId(Integer attachmentId) |
void |
setChannelId(String channelId) |
void |
setEphemeral(boolean ephemeral) |
void |
setMessageTs(String messageTs) |
void |
setText(String text) |
void |
setType(String type) |
String |
toString() |
public String getType()
public String getMessageTs()
public Integer getAttachmentId()
public String getChannelId()
public String getText()
public boolean isEphemeral()
public boolean isApp_unfurl()
public void setType(String type)
public void setMessageTs(String messageTs)
public void setAttachmentId(Integer attachmentId)
public void setChannelId(String channelId)
public void setText(String text)
public void setEphemeral(boolean ephemeral)
public void setApp_unfurl(boolean app_unfurl)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.