Package com.zone.weixin4j.message
Class VideoMessage
- java.lang.Object
-
- com.zone.weixin4j.request.WeixinMessage
-
- com.zone.weixin4j.message.VideoMessage
-
- All Implemented Interfaces:
Serializable
public class VideoMessage extends WeixinMessage
视频消息- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
- 订阅号、服务号的视频消息, 企业号的视频消息, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VideoMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMediaId()
String
getThumbMediaId()
String
toString()
-
Methods inherited from class com.zone.weixin4j.request.WeixinMessage
equals, getAgentId, getCreateTime, getFormatCreateTime, getFormatMsgType, getFromUserName, getMsgId, getMsgType, getToUserName, hashCode
-
-
-
-
Method Detail
-
getMediaId
public String getMediaId()
-
getThumbMediaId
public String getThumbMediaId()
-
toString
public String toString()
- Overrides:
toString
in classWeixinMessage
-
-