com.foxinmy.weixin4j.mp.datacube
Class InterfaceSummary

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

public class InterfaceSummary
extends Object
implements Serializable

数据统计:接口分析数据

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

Constructor Summary
InterfaceSummary()
           
 
Method Summary
 int getCallbackCount()
           
 int getFailCount()
           
 int getMaxTimeCost()
           
 Date getRefDate()
           
 int getRefHour()
           
 int getTotalTimeCost()
           
 void setCallbackCount(int callbackCount)
           
 void setFailCount(int failCount)
           
 void setMaxTimeCost(int maxTimeCost)
           
 void setRefDate(Date refDate)
           
 void setRefHour(int refHour)
           
 void setTotalTimeCost(int totalTimeCost)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InterfaceSummary

public InterfaceSummary()
Method Detail

getRefDate

public Date getRefDate()

setRefDate

public void setRefDate(Date refDate)

getRefHour

public int getRefHour()

setRefHour

public void setRefHour(int refHour)

getCallbackCount

public int getCallbackCount()

setCallbackCount

public void setCallbackCount(int callbackCount)

getFailCount

public int getFailCount()

setFailCount

public void setFailCount(int failCount)

getTotalTimeCost

public int getTotalTimeCost()

setTotalTimeCost

public void setTotalTimeCost(int totalTimeCost)

getMaxTimeCost

public int getMaxTimeCost()

setMaxTimeCost

public void setMaxTimeCost(int maxTimeCost)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014–2017. All rights reserved.