INNER CODE UNIT · Java
getMethodName
LinShunKang/MyPerf4J · MyPerf4J-Base/src/main/java/cn/myperf4j/base/MethodTag.java:47
public String getMethodName() {
return methodName;
}
public String getMethodParamDesc() {
return methodParamDesc;
}
public String getSimpleDesc() {
return description;
}
public String getFullDesc() {
return fullDescription;
}
public String getType() {
return type;