public class InlineQueryResultVideo extends InlineQueryResult
| Modifier and Type | Class and Description |
|---|---|
static class |
InlineQueryResultVideo.Builder |
| Constructor and Description |
|---|
InlineQueryResultVideo() |
| Modifier and Type | Method and Description |
|---|---|
static InlineQueryResultVideo.Builder |
builder() |
String |
getCaption() |
String |
getDescription() |
Integer |
getDuration() |
InputMessageContent |
getInputMessageContext() |
String |
getMimeType() |
String |
getParseMode() |
String |
getThumbUrl() |
String |
getTitle() |
Integer |
getVideoHeight() |
String |
getVideoWidth() |
String |
getViedoUrl() |
void |
setCaption(String caption) |
void |
setDescription(String description) |
void |
setDuration(Integer duration) |
void |
setInputMessageContext(InputMessageContent inputMessageContext) |
void |
setMimeType(String mimeType) |
void |
setParseMode(String parseMode) |
void |
setThumbUrl(String thumbUrl) |
void |
setTitle(String title) |
void |
setVideoHeight(Integer videoHeight) |
void |
setVideoUrl(String videoUrl) |
void |
setVideoWidth(String videoWidth) |
getId, getReplyMarkup, getType, setId, setReplyMarkup, setTypepublic static InlineQueryResultVideo.Builder builder()
public String getViedoUrl()
public String getVideoWidth()
public Integer getVideoHeight()
public Integer getDuration()
public String getMimeType()
public String getThumbUrl()
public String getTitle()
public String getCaption()
public String getDescription()
public String getParseMode()
public InputMessageContent getInputMessageContext()
public void setVideoUrl(String videoUrl)
public void setVideoWidth(String videoWidth)
public void setVideoHeight(Integer videoHeight)
public void setDuration(Integer duration)
public void setMimeType(String mimeType)
public void setThumbUrl(String thumbUrl)
public void setTitle(String title)
public void setCaption(String caption)
public void setDescription(String description)
public void setParseMode(String parseMode)
public void setInputMessageContext(InputMessageContent inputMessageContext)
Apache Camel