public class MethodTimeDto extends Object
| 构造器和说明 |
|---|
MethodTimeDto() |
| 限定符和类型 | 方法和说明 |
|---|---|
DynamicAdvice.CallType |
getCallType() |
Class |
getClassZ() |
DynamicAdvice.LevelType |
getLevel() |
Method |
getMethod() |
Integer |
getRow() |
Long |
getTimestamp() |
void |
setCallType(DynamicAdvice.CallType callType) |
void |
setClassZ(Class classZ) |
void |
setLevel(DynamicAdvice.LevelType level) |
void |
setMethod(Method method) |
void |
setRow(Integer row) |
void |
setTimestamp(Long timestamp) |
public Method getMethod()
public void setMethod(Method method)
public Long getTimestamp()
public void setTimestamp(Long timestamp)
public DynamicAdvice.CallType getCallType()
public void setCallType(DynamicAdvice.CallType callType)
public Class getClassZ()
public void setClassZ(Class classZ)
public DynamicAdvice.LevelType getLevel()
public void setLevel(DynamicAdvice.LevelType level)
public Integer getRow()
public void setRow(Integer row)
Copyright © 2020. All rights reserved.