com.foxinmy.weixin4j.message
Class VideoMessage

java.lang.Object
  extended by com.foxinmy.weixin4j.request.WeixinMessage
      extended by com.foxinmy.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
VideoMessage()
           
 
Method Summary
 String getMediaId()
           
 String getThumbMediaId()
           
 String toString()
           
 
Methods inherited from class com.foxinmy.weixin4j.request.WeixinMessage
equals, getAgentId, getCreateTime, getFormatCreateTime, getFormatMsgType, getFromUserName, getMsgId, getMsgType, getToUserName, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VideoMessage

public VideoMessage()
Method Detail

getMediaId

public String getMediaId()

getThumbMediaId

public String getThumbMediaId()

toString

public String toString()
Overrides:
toString in class WeixinMessage


Copyright © 2014–2017. All rights reserved.