public static class BlockSuggestionPayload.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 |
isEphemeral() |
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 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)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.