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