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