io.leopard.topnb.model
Class PerformanceVO
java.lang.Object
io.leopard.topnb.model.Performance
io.leopard.topnb.model.PerformanceVO
public class PerformanceVO
- extends Performance
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PerformanceVO
public PerformanceVO()
getModuleName
public java.lang.String getModuleName()
setModuleName
public void setModuleName(java.lang.String moduleName)
getCategoryName
public java.lang.String getCategoryName()
setCategoryName
public void setCategoryName(java.lang.String categoryName)
getInterfaceName
public java.lang.String getInterfaceName()
setInterfaceName
public void setInterfaceName(java.lang.String interfaceName)
getInterfaceRatio
public double getInterfaceRatio()
setInterfaceRatio
public void setInterfaceRatio(double interfaceRatio)
getModuleRatio
public double getModuleRatio()
setModuleRatio
public void setModuleRatio(double moduleRatio)
getTimeRatio
public double getTimeRatio()
setTimeRatio
public void setTimeRatio(double timeRatio)
getTotalMilliSeconds
public long getTotalMilliSeconds()
setTotalMilliSeconds
public void setTotalMilliSeconds(long totalMilliSeconds)
getTotalSeconds
public long getTotalSeconds()
setTotalSeconds
public void setTotalSeconds(long totalSeconds)
getAvgCount
public long getAvgCount()
setAvgCount
public void setAvgCount(long avgCount)
getAvgTime
public double getAvgTime()
setAvgTime
public void setAvgTime(double avgTime)
getSimpleMethodName
public java.lang.String getSimpleMethodName()
setSimpleMethodName
public void setSimpleMethodName(java.lang.String simpleMethodName)
getSimpleClassName
public java.lang.String getSimpleClassName()
setSimpleClassName
public void setSimpleClassName(java.lang.String simpleClassName)
Copyright © 2014. All Rights Reserved.