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 Summary
Constructors Constructor Description UpstreamMsg()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFormatMsgType()
1代表文字 2代表图片 3代表语音 4代表视频 6代表第三方应用消息(链接消息)int
getMsgCount()
int
getMsgType()
int
getMsgUser()
Date
getRefDate()
int
getRefHour()
void
setMsgCount(int msgCount)
void
setMsgType(int msgType)
void
setMsgUser(int msgUser)
void
setRefDate(Date refDate)
void
setRefHour(int refHour)
String
toString()
-
-
-
Method Detail
-
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)
-
-