public class OutgoingDocumentMessage extends OutgoingMessage
chatId, disableNotification, replyToMessageId| Constructor and Description |
|---|
OutgoingDocumentMessage() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCaption() |
byte[] |
getDocument() |
String |
getFilenameWithExtension() |
ReplyMarkup |
getReplyMarkup() |
String |
replyMarkupJson() |
void |
setCaption(String caption) |
void |
setDocument(byte[] document) |
void |
setFilenameWithExtension(String filenameWithExtension) |
void |
setReplyMarkup(ReplyMarkup replyMarkup) |
String |
toString() |
getChatId, getDisableNotification, getReplyToMessageId, setChatId, setDisableNotification, setReplyToMessageIdpublic byte[] getDocument()
public void setDocument(byte[] document)
public String getFilenameWithExtension()
public void setFilenameWithExtension(String filenameWithExtension)
public String getCaption()
public void setCaption(String caption)
public ReplyMarkup getReplyMarkup()
public void setReplyMarkup(ReplyMarkup replyMarkup)
public String replyMarkupJson()
public String toString()
toString in class OutgoingMessageApache Camel