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

java.lang.Object
  继承者 com.github.sd4324530.fastweixin.message.req.BaseReq
      继承者 com.github.sd4324530.fastweixin.message.req.BaseEvent
          继承者 com.github.sd4324530.fastweixin.message.req.TemplateMsgEvent

public class TemplateMsgEvent
extends BaseEvent

Created by Ben on 2015/6/24.


构造方法摘要
TemplateMsgEvent()
           
TemplateMsgEvent(String msgId, String status)
           
 
方法摘要
 String getMsgId()
           
 String getStatus()
           
 void setMsgId(String msgId)
           
 void setStatus(String status)
           
 
从类 com.github.sd4324530.fastweixin.message.req.BaseEvent 继承的方法
getEvent, setEvent
 
从类 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
 

构造方法详细信息

TemplateMsgEvent

public TemplateMsgEvent()

TemplateMsgEvent

public TemplateMsgEvent(String msgId,
                        String status)
方法详细信息

getMsgId

public String getMsgId()

setMsgId

public void setMsgId(String msgId)

getStatus

public String getStatus()

setStatus

public void setStatus(String status)


Copyright © 2017. All rights reserved.