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

java.lang.Object
  继承者 com.github.sd4324530.fastweixin.message.req.BaseReq
      继承者 com.github.sd4324530.fastweixin.message.req.BaseReqMsg
直接已知子类:
ImageReqMsg, LinkReqMsg, LocationReqMsg, TextReqMsg, VideoReqMsg, VoiceReqMsg

public class BaseReqMsg
extends BaseReq


构造方法摘要
BaseReqMsg()
           
 
方法摘要
 String getMsgId()
           
 void setMsgId(String msgId)
           
 
从类 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, toString, wait, wait, wait
 

构造方法详细信息

BaseReqMsg

public BaseReqMsg()
方法详细信息

getMsgId

public String getMsgId()

setMsgId

public void setMsgId(String msgId)


Copyright © 2017. All rights reserved.