public static class AttachmentActionPayload.Attachment extends Object
| Constructor and Description |
|---|
Attachment() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<AttachmentActionPayload.AttachmentAction> |
getActions() |
String |
getAttachmentType() |
String |
getAuthorIcon() |
String |
getAuthorName() |
String |
getCallbackId() |
String |
getColor() |
String |
getFallback() |
List<AttachmentActionPayload.AttachmentField> |
getFields() |
Integer |
getId() |
String |
getImageUrl() |
String |
getText() |
String |
getTitle() |
int |
hashCode() |
void |
setActions(List<AttachmentActionPayload.AttachmentAction> actions) |
void |
setAttachmentType(String attachmentType) |
void |
setAuthorIcon(String authorIcon) |
void |
setAuthorName(String authorName) |
void |
setCallbackId(String callbackId) |
void |
setColor(String color) |
void |
setFallback(String fallback) |
void |
setFields(List<AttachmentActionPayload.AttachmentField> fields) |
void |
setId(Integer id) |
void |
setImageUrl(String imageUrl) |
void |
setText(String text) |
void |
setTitle(String title) |
String |
toString() |
public Integer getId()
public String getCallbackId()
public String getTitle()
public String getText()
public String getFallback()
public String getColor()
public String getAttachmentType()
public List<AttachmentActionPayload.AttachmentAction> getActions()
public List<AttachmentActionPayload.AttachmentField> getFields()
public String getAuthorName()
public String getAuthorIcon()
public String getImageUrl()
public void setId(Integer id)
public void setCallbackId(String callbackId)
public void setTitle(String title)
public void setText(String text)
public void setFallback(String fallback)
public void setColor(String color)
public void setAttachmentType(String attachmentType)
public void setActions(List<AttachmentActionPayload.AttachmentAction> actions)
public void setFields(List<AttachmentActionPayload.AttachmentField> fields)
public void setAuthorName(String authorName)
public void setAuthorIcon(String authorIcon)
public void setImageUrl(String imageUrl)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.