public class OutgoingCallbackQueryMessage extends OutgoingMessage
MessageResultchatId, disableNotification, replyToMessageId| Constructor and Description |
|---|
OutgoingCallbackQueryMessage() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCacheTime() |
String |
getCallbackQueryId() |
Boolean |
getShowAlert() |
String |
getText() |
String |
getUrl() |
void |
setCacheTime(Integer cacheTime) |
void |
setCallbackQueryId(String callbackQueryId) |
void |
setShowAlert(Boolean showAlert) |
void |
setText(String text) |
void |
setUrl(String url) |
String |
toString() |
getChatId, getDisableNotification, getReplyToMessageId, setChatId, setDisableNotification, setReplyToMessageIdpublic String getCallbackQueryId()
public void setCallbackQueryId(String callbackQueryId)
public String getText()
public void setText(String text)
public Boolean getShowAlert()
public void setShowAlert(Boolean showAlert)
public String getUrl()
public void setUrl(String url)
public Integer getCacheTime()
public void setCacheTime(Integer cacheTime)
public String toString()
toString in class OutgoingMessageApache Camel