com.foxinmy.weixin4j.mp.datacube
Class UpstreamMsg
java.lang.Object
com.foxinmy.weixin4j.mp.datacube.UpstreamMsg
- All Implemented Interfaces:
- Serializable
public class UpstreamMsg
- extends Object
- implements Serializable
数据统计:消息发送概况数据
- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
,
Serialized Form
UpstreamMsg
public UpstreamMsg()
getRefDate
public Date getRefDate()
setRefDate
public void setRefDate(Date refDate)
getRefHour
public int getRefHour()
setRefHour
public void setRefHour(int refHour)
getMsgType
public int getMsgType()
getFormatMsgType
public String getFormatMsgType()
- 1代表文字 2代表图片 3代表语音 4代表视频 6代表第三方应用消息(链接消息)
- Returns:
setMsgType
public void setMsgType(int msgType)
getMsgUser
public int getMsgUser()
setMsgUser
public void setMsgUser(int msgUser)
getMsgCount
public int getMsgCount()
setMsgCount
public void setMsgCount(int msgCount)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2014–2017. All rights reserved.