public class OutVideoMsg extends OutMsg
回复视频消息 <xml> <ToUserName><![CDATA[toUser]]></ToUserName> <FromUserName><![CDATA[fromUser]]></FromUserName> <CreateTime>12345678</CreateTime> <MsgType><![CDATA[video]]></MsgType> <Video> <MediaId><![CDATA[media_id]]></MediaId> <Title><![CDATA[title]]></Title> <Description><![CDATA[description]]></Description> </Video> </xml>
createTime, fromUserName, msgType, toUserName
构造器和说明 |
---|
OutVideoMsg() |
OutVideoMsg(InMsg inMsg) |
限定符和类型 | 方法和说明 |
---|---|
String |
getDescription() |
String |
getMediaId() |
String |
getTitle() |
void |
setDescription(String description) |
void |
setMediaId(String mediaId) |
void |
setTitle(String title) |
protected void |
subXml(StringBuilder sb) |
getCreateTime, getFromUserName, getMsgType, getToUserName, now, nullToBlank, setCreateTime, setFromUserName, setMsgType, setToUserName, toXml
public OutVideoMsg()
public OutVideoMsg(InMsg inMsg)
protected void subXml(StringBuilder sb)
public String getMediaId()
public void setMediaId(String mediaId)
public String getTitle()
public void setTitle(String title)
public String getDescription()
public void setDescription(String description)
Copyright © 2017. All rights reserved.