public class MethodMonitorTimeDto extends Object
| 构造器和说明 |
|---|
MethodMonitorTimeDto() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getClassName() |
AtomicLong |
getCount() |
AtomicLong |
getErrorCount() |
DynamicAdvice.LevelType |
getLevelType() |
Long |
getMaxTime() |
String |
getMethodName() |
Long |
getTime() |
void |
setClassName(String className) |
void |
setCount(AtomicLong count) |
void |
setErrorCount(AtomicLong errorCount) |
void |
setLevelType(DynamicAdvice.LevelType levelType) |
void |
setMaxTime(Long maxTime) |
void |
setMethodName(String methodName) |
void |
setTime(Long time) |
public String getClassName()
public void setClassName(String className)
public String getMethodName()
public void setMethodName(String methodName)
public Long getTime()
public void setTime(Long time)
public DynamicAdvice.LevelType getLevelType()
public void setLevelType(DynamicAdvice.LevelType levelType)
public Long getMaxTime()
public void setMaxTime(Long maxTime)
public AtomicLong getCount()
public void setCount(AtomicLong count)
public AtomicLong getErrorCount()
public void setErrorCount(AtomicLong errorCount)
Copyright © 2020. All rights reserved.