INNER CODE UNIT · Java
getType
LinShunKang/MyPerf4J · MyPerf4J-Base/src/main/java/cn/myperf4j/base/MethodTag.java:63
public String getType() {
return type;
}
public String getLevel() {
return level;
}
@Override
public String toString() {
return "MethodTag{" +
"simpleClassName='" + simpleClassName + '\'' +
", methodName='" + methodName + '\'' +
", methodParamDesc='" + methodParamDesc + '\'' +
", description='" + description + '\'' +
", type='" + type + '\'' +
'}';
}