public class StatisticsInfo extends Object
| 构造器和说明 |
|---|
StatisticsInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
float |
getAvgtime()
getter method
|
long |
getFailure()
getter method
|
long |
getMaxtime()
getter method
|
long |
getMintime()
getter method
|
float |
getQps()
getter method
|
long |
getSuccess()
getter method
|
String |
getTime()
getter method
|
void |
setAvgtime(float avgtime)
setter method
|
void |
setFailure(long failure)
setter method
|
void |
setMaxtime(long maxtime)
setter method
|
void |
setMintime(long mintime)
setter method
|
void |
setQps(float qps)
setter method
|
void |
setSuccess(long success)
setter method
|
void |
setTime(String time)
setter method
|
public long getSuccess()
successpublic void setSuccess(long success)
success - the success to setsuccesspublic long getFailure()
failurepublic void setFailure(long failure)
failure - the failure to setfailurepublic float getQps()
qpspublic void setQps(float qps)
qps - the qps to setqpspublic long getMaxtime()
maxtimepublic void setMaxtime(long maxtime)
maxtime - the maxtime to setmaxtimepublic long getMintime()
mintimepublic void setMintime(long mintime)
mintime - the mintime to setmintimepublic float getAvgtime()
avgtimepublic void setAvgtime(float avgtime)
avgtime - the avgtime to setavgtimeCopyright © 2015 Baifendian Corporation. All rights reserved.