Class InlineQueryResultGif
- java.lang.Object
-
- org.apache.camel.component.telegram.model.InlineQueryResult
-
- org.apache.camel.component.telegram.model.InlineQueryResultGif
-
public class InlineQueryResultGif extends InlineQueryResult
Represents a link to an animated GIF file.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInlineQueryResultGif.Builder
-
Constructor Summary
Constructors Constructor Description InlineQueryResultGif()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InlineQueryResultGif.Builderbuilder()StringgetCaption()IntegergetDuration()IntegergetGifHeight()StringgetGifUrl()StringgetGifWidth()InputMessageContentgetInputMessageContext()StringgetParseMode()StringgetThumbUrl()StringgetTitle()voidsetCaption(String caption)voidsetDuration(Integer duration)voidsetGifHeight(Integer gifHeight)voidsetGifUrl(String gifUrl)voidsetGifWidth(String gifWidth)voidsetInputMessageContext(InputMessageContent inputMessageContext)voidsetParseMode(String parseMode)voidsetThumbUrl(String thumbUrl)voidsetTitle(String title)-
Methods inherited from class org.apache.camel.component.telegram.model.InlineQueryResult
getId, getReplyMarkup, getType, setId, setReplyMarkup, setType
-
-
-
-
Method Detail
-
builder
public static InlineQueryResultGif.Builder builder()
-
getGifUrl
public String getGifUrl()
-
getGifWidth
public String getGifWidth()
-
getGifHeight
public Integer getGifHeight()
-
getDuration
public Integer getDuration()
-
getThumbUrl
public String getThumbUrl()
-
getTitle
public String getTitle()
-
getCaption
public String getCaption()
-
getParseMode
public String getParseMode()
-
getInputMessageContext
public InputMessageContent getInputMessageContext()
-
setGifUrl
public void setGifUrl(String gifUrl)
-
setGifWidth
public void setGifWidth(String gifWidth)
-
setGifHeight
public void setGifHeight(Integer gifHeight)
-
setDuration
public void setDuration(Integer duration)
-
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)
-
-