public class ActionResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ActionResponse.ActionResponseBuilder |
| Constructor and Description |
|---|
ActionResponse() |
ActionResponse(String responseType,
String text,
boolean replaceOriginal,
boolean deleteOriginal,
List<Attachment> attachments,
List<LayoutBlock> blocks) |
| Modifier and Type | Method and Description |
|---|---|
static ActionResponse.ActionResponseBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<Attachment> |
getAttachments() |
List<LayoutBlock> |
getBlocks() |
String |
getResponseType() |
String |
getText() |
int |
hashCode() |
boolean |
isDeleteOriginal() |
boolean |
isReplaceOriginal() |
void |
setAttachments(List<Attachment> attachments) |
void |
setBlocks(List<LayoutBlock> blocks) |
void |
setDeleteOriginal(boolean deleteOriginal) |
void |
setReplaceOriginal(boolean replaceOriginal) |
void |
setResponseType(String responseType) |
void |
setText(String text) |
String |
toString() |
public ActionResponse(String responseType, String text, boolean replaceOriginal, boolean deleteOriginal, List<Attachment> attachments, List<LayoutBlock> blocks)
public ActionResponse()
public static ActionResponse.ActionResponseBuilder builder()
public String getResponseType()
public String getText()
public boolean isReplaceOriginal()
public boolean isDeleteOriginal()
public List<Attachment> getAttachments()
public List<LayoutBlock> getBlocks()
public void setResponseType(String responseType)
public void setText(String text)
public void setReplaceOriginal(boolean replaceOriginal)
public void setDeleteOriginal(boolean deleteOriginal)
public void setAttachments(List<Attachment> attachments)
public void setBlocks(List<LayoutBlock> blocks)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.