public class InlineQueryResultMpeg4Gif extends InlineQueryResult
| Modifier and Type | Class and Description |
|---|---|
static class |
InlineQueryResultMpeg4Gif.Builder |
| Constructor and Description |
|---|
InlineQueryResultMpeg4Gif() |
| Modifier and Type | Method and Description |
|---|---|
static InlineQueryResultMpeg4Gif.Builder |
builder() |
String |
getCaption() |
InputMessageContent |
getInputMessageContext() |
Integer |
getMpeg4Duration() |
Integer |
getMpeg4Height() |
String |
getMpeg4Url() |
String |
getMpeg4Width() |
String |
getParseMode() |
String |
getThumbUrl() |
String |
getTitle() |
void |
setCaption(String caption) |
void |
setInputMessageContext(InputMessageContent inputMessageContext) |
void |
setMpeg4Duration(Integer mpeg4Duration) |
void |
setMpeg4Height(Integer mpeg4Height) |
void |
setMpeg4Url(String mpeg4Url) |
void |
setMpeg4Width(String mpeg4Width) |
void |
setParseMode(String parseMode) |
void |
setThumbUrl(String thumbUrl) |
void |
setTitle(String title) |
getId, getReplyMarkup, getType, setId, setReplyMarkup, setTypepublic static InlineQueryResultMpeg4Gif.Builder builder()
public String getMpeg4Url()
public String getMpeg4Width()
public Integer getMpeg4Height()
public Integer getMpeg4Duration()
public String getThumbUrl()
public String getTitle()
public String getCaption()
public String getParseMode()
public InputMessageContent getInputMessageContext()
public void setMpeg4Url(String mpeg4Url)
public void setMpeg4Width(String mpeg4Width)
public void setMpeg4Height(Integer mpeg4Height)
public void setMpeg4Duration(Integer mpeg4Duration)
public void setThumbUrl(String thumbUrl)
public void setTitle(String title)
public void setCaption(String caption)
public void setParseMode(String parseMode)
public void setInputMessageContext(InputMessageContent inputMessageContext)
Apache Camel