public abstract class OutgoingMessage extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
chatId |
protected Boolean |
disableNotification |
protected Long |
replyToMessageId |
Constructor and Description |
---|
OutgoingMessage() |
Modifier and Type | Method and Description |
---|---|
String |
getChatId() |
Boolean |
getDisableNotification() |
Long |
getReplyToMessageId() |
void |
setChatId(String chatId) |
void |
setDisableNotification(Boolean disableNotification) |
void |
setReplyToMessageId(Long replyToMessageId) |
String |
toString() |
protected String chatId
protected Boolean disableNotification
protected Long replyToMessageId
public String getChatId()
public void setChatId(String chatId)
public Boolean getDisableNotification()
public void setDisableNotification(Boolean disableNotification)
public Long getReplyToMessageId()
public void setReplyToMessageId(Long replyToMessageId)
Apache Camel