io.leopard.topnb.model
Class Performance

java.lang.Object
  extended by io.leopard.topnb.model.Performance
Direct Known Subclasses:
PerformanceVO

public class Performance
extends java.lang.Object


Constructor Summary
Performance()
           
 
Method Summary
 long getCount()
           
 java.lang.String getMethodName()
           
 long getTotalTime()
          获取耗时(单位微秒).
 void setCount(long count)
           
 void setMethodName(java.lang.String methodName)
           
 void setTotalTime(long totalTime)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Performance

public Performance()
Method Detail

getMethodName

public java.lang.String getMethodName()

setMethodName

public void setMethodName(java.lang.String methodName)

getCount

public long getCount()

setCount

public void setCount(long count)

getTotalTime

public long getTotalTime()
获取耗时(单位微秒).

Returns:

setTotalTime

public void setTotalTime(long totalTime)


Copyright © 2014. All Rights Reserved.