com.foxinmy.weixin4j.mp.datacube
Class UpstreamMsgDist

java.lang.Object
  extended by com.foxinmy.weixin4j.mp.datacube.UpstreamMsgDist
All Implemented Interfaces:
Serializable

public class UpstreamMsgDist
extends Object
implements Serializable

数据统计:消息发送分布数据

Since:
JDK 1.6
Author:
jinyu(foxinmy@gmail.com)
See Also:
, Serialized Form

Constructor Summary
UpstreamMsgDist()
           
 
Method Summary
 int getCountInterval()
           
 DatacuteCountIntervalType getFormatCountInterval()
           
 int getMsgUser()
           
 Date getRefDate()
           
 void setCountInterval(int countInterval)
           
 void setMsgUser(int msgUser)
           
 void setRefDate(Date refDate)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UpstreamMsgDist

public UpstreamMsgDist()
Method Detail

getRefDate

public Date getRefDate()

setRefDate

public void setRefDate(Date refDate)

getMsgUser

public int getMsgUser()

setMsgUser

public void setMsgUser(int msgUser)

getCountInterval

public int getCountInterval()

getFormatCountInterval

public DatacuteCountIntervalType getFormatCountInterval()

setCountInterval

public void setCountInterval(int countInterval)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014–2017. All rights reserved.