com.github.sd4324530.fastweixin.company.message.req
类 QYSendPicInfoEvent

java.lang.Object
  继承者 com.github.sd4324530.fastweixin.company.message.req.QYBaseReq
      继承者 com.github.sd4324530.fastweixin.company.message.req.QYBaseEvent
          继承者 com.github.sd4324530.fastweixin.company.message.req.QYMenuEvent
              继承者 com.github.sd4324530.fastweixin.company.message.req.QYSendPicInfoEvent

public class QYSendPicInfoEvent
extends QYMenuEvent

==================================================================== 上海聚攒软件开发有限公司 --------------------------------------------------------------------

从以下版本开始:
====================================================================
版本:
1.0.beta
作者:
Nottyjay

构造方法摘要
QYSendPicInfoEvent(String eventKey, int count, List<Map> picList)
           
 
方法摘要
 int getCount()
           
 List<Map> getPicList()
           
 void setCount(int count)
           
 void setPicList(List<Map> picList)
           
 String toString()
           
 
从类 com.github.sd4324530.fastweixin.company.message.req.QYMenuEvent 继承的方法
getEventKey, setEventKey
 
从类 com.github.sd4324530.fastweixin.company.message.req.QYBaseEvent 继承的方法
getEvent, setEvent
 
从类 com.github.sd4324530.fastweixin.company.message.req.QYBaseReq 继承的方法
getAgentId, getCreateTime, getFromUserName, getMsgType, getToUserName, setAgentId, setCreateTime, setFromUserName, setMsgType, setToUserName
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

QYSendPicInfoEvent

public QYSendPicInfoEvent(String eventKey,
                          int count,
                          List<Map> picList)
方法详细信息

getCount

public int getCount()

setCount

public void setCount(int count)

getPicList

public List<Map> getPicList()

setPicList

public void setPicList(List<Map> picList)

toString

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


Copyright © 2017. All rights reserved.