Class BlockActionPayload.Container
java.lang.Object
com.slack.api.app_backend.interactive_components.payload.BlockActionPayload.Container
- Enclosing class:
- BlockActionPayload
public static class BlockActionPayload.Container extends Object
-
Constructor Summary
Constructors Constructor Description Container() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)IntegergetAttachmentId()StringgetChannelId()StringgetMessageTs()StringgetText()StringgetType()inthashCode()booleanisApp_unfurl()booleanisEphemeral()voidsetApp_unfurl(boolean app_unfurl)voidsetAttachmentId(Integer attachmentId)voidsetChannelId(String channelId)voidsetEphemeral(boolean ephemeral)voidsetMessageTs(String messageTs)voidsetText(String text)voidsetType(String type)StringtoString()
-
Constructor Details
-
Container
public Container()
-
-
Method Details
-
getType
-
getMessageTs
-
getAttachmentId
-
getChannelId
-
getText
-
isEphemeral
public boolean isEphemeral() -
isApp_unfurl
public boolean isApp_unfurl() -
setType
-
setMessageTs
-
setAttachmentId
-
setChannelId
-
setText
-
setEphemeral
public void setEphemeral(boolean ephemeral) -
setApp_unfurl
public void setApp_unfurl(boolean app_unfurl) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-