public class MethodExecuteResult extends Object
MethodExecuteResult(Method method, Object[] args, Class<?> targetClass)
void
setErrorMsg(String errorMsg)
setResult(Object result)
setSuccess(boolean success)
setThrowable(Throwable throwable)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MethodExecuteResult(Method method, Object[] args, Class<?> targetClass)
public void setSuccess(boolean success)
public void setThrowable(Throwable throwable)
public void setErrorMsg(String errorMsg)
public void setResult(Object result)
Copyright © 2023. All rights reserved.