Package 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
 
- 
- 
Constructor SummaryConstructors Constructor Description UpstreamMsg()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFormatMsgType()1代表文字 2代表图片 3代表语音 4代表视频 6代表第三方应用消息(链接消息)intgetMsgCount()intgetMsgType()intgetMsgUser()DategetRefDate()intgetRefHour()voidsetMsgCount(int msgCount)voidsetMsgType(int msgType)voidsetMsgUser(int msgUser)voidsetRefDate(Date refDate)voidsetRefHour(int refHour)StringtoString()
 
- 
- 
- 
Method Detail- 
getRefDatepublic Date getRefDate() 
 - 
setRefDatepublic void setRefDate(Date refDate) 
 - 
getRefHourpublic int getRefHour() 
 - 
setRefHourpublic void setRefHour(int refHour) 
 - 
getMsgTypepublic int getMsgType() 
 - 
getFormatMsgTypepublic String getFormatMsgType() 1代表文字 2代表图片 3代表语音 4代表视频 6代表第三方应用消息(链接消息)- Returns:
 
 - 
setMsgTypepublic void setMsgType(int msgType) 
 - 
getMsgUserpublic int getMsgUser() 
 - 
setMsgUserpublic void setMsgUser(int msgUser) 
 - 
getMsgCountpublic int getMsgCount() 
 - 
setMsgCountpublic void setMsgCount(int msgCount) 
 
- 
 
-