public class OutgoingVideoMessage extends OutgoingMessage
chatId, disableNotification, replyToMessageId
Constructor and Description |
---|
OutgoingVideoMessage() |
Modifier and Type | Method and Description |
---|---|
String |
getCaption() |
Integer |
getDurationSeconds() |
String |
getFilenameWithExtension() |
Integer |
getHeight() |
byte[] |
getVideo() |
Integer |
getWidth() |
void |
setCaption(String caption) |
void |
setDurationSeconds(Integer durationSeconds) |
void |
setFilenameWithExtension(String filenameWithExtension) |
void |
setHeight(Integer height) |
void |
setVideo(byte[] video) |
void |
setWidth(Integer width) |
String |
toString() |
getChatId, getDisableNotification, getReplyToMessageId, setChatId, setDisableNotification, setReplyToMessageId
public byte[] getVideo()
public void setVideo(byte[] video)
public String getFilenameWithExtension()
public void setFilenameWithExtension(String filenameWithExtension)
public Integer getDurationSeconds()
public void setDurationSeconds(Integer durationSeconds)
public Integer getWidth()
public void setWidth(Integer width)
public Integer getHeight()
public void setHeight(Integer height)
public String getCaption()
public void setCaption(String caption)
public String toString()
toString
in class OutgoingMessage
Apache Camel