Class InlineQueryResultMpeg4Gif
- java.lang.Object
-
- org.apache.camel.component.telegram.model.InlineQueryResult
-
- org.apache.camel.component.telegram.model.InlineQueryResultMpeg4Gif
-
public class InlineQueryResultMpeg4Gif extends InlineQueryResult
Represents a link to a video animation (H.264/MPEG-4 AVC video without sound).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InlineQueryResultMpeg4Gif.Builder
-
Constructor Summary
Constructors Constructor Description InlineQueryResultMpeg4Gif()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
Methods inherited from class org.apache.camel.component.telegram.model.InlineQueryResult
getId, getReplyMarkup, getType, setId, setReplyMarkup, setType
-
-
-
-
Method Detail
-
builder
public static InlineQueryResultMpeg4Gif.Builder builder()
-
getMpeg4Url
public String getMpeg4Url()
-
getMpeg4Width
public String getMpeg4Width()
-
getMpeg4Height
public Integer getMpeg4Height()
-
getMpeg4Duration
public Integer getMpeg4Duration()
-
getThumbUrl
public String getThumbUrl()
-
getTitle
public String getTitle()
-
getCaption
public String getCaption()
-
getParseMode
public String getParseMode()
-
getInputMessageContext
public InputMessageContent getInputMessageContext()
-
setMpeg4Url
public void setMpeg4Url(String mpeg4Url)
-
setMpeg4Width
public void setMpeg4Width(String mpeg4Width)
-
setMpeg4Height
public void setMpeg4Height(Integer mpeg4Height)
-
setMpeg4Duration
public void setMpeg4Duration(Integer mpeg4Duration)
-
setThumbUrl
public void setThumbUrl(String thumbUrl)
-
setTitle
public void setTitle(String title)
-
setCaption
public void setCaption(String caption)
-
setParseMode
public void setParseMode(String parseMode)
-
setInputMessageContext
public void setInputMessageContext(InputMessageContent inputMessageContext)
-
-