com.github.sd4324530.fastweixin.message.req
类 VideoReqMsg

java.lang.Object
  继承者 com.github.sd4324530.fastweixin.message.req.BaseReq
      继承者 com.github.sd4324530.fastweixin.message.req.BaseReqMsg
          继承者 com.github.sd4324530.fastweixin.message.req.VideoReqMsg

public final class VideoReqMsg
extends BaseReqMsg


构造方法摘要
VideoReqMsg(String mediaId, String thumbMediaId)
           
 
方法摘要
 String getMediaId()
           
 String getThumbMediaId()
           
 String toString()
           
 
从类 com.github.sd4324530.fastweixin.message.req.BaseReqMsg 继承的方法
getMsgId, setMsgId
 
从类 com.github.sd4324530.fastweixin.message.req.BaseReq 继承的方法
getCreateTime, getFromUserName, getMsgType, getToUserName, setCreateTime, setFromUserName, setMsgType, setToUserName
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

VideoReqMsg

public VideoReqMsg(String mediaId,
                   String thumbMediaId)
方法详细信息

getMediaId

public String getMediaId()

getThumbMediaId

public String getThumbMediaId()

toString

public String toString()
覆盖:
Object 中的 toString


Copyright © 2017. All rights reserved.