public class MethodInvocationInfo extends Object
| 构造器和说明 |
|---|
MethodInvocationInfo(Object target,
Object[] args,
Method method,
byte[] extraParams,
Map<String,String> extFields)
Instantiates a new method invocation info.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Object[] |
getArgs()
Gets the args.
|
Map<String,String> |
getExtFields()
Gets the extended fields
|
byte[] |
getExtraParams()
Gets the extra params.
|
Method |
getMethod()
Gets the method.
|
Object |
getTarget()
Gets the target.
|
void |
setArgs(Object[] args)
Sets the args.
|
void |
setExtFields(Map<String,String> extFields)
Sets the extended fields
|
void |
setExtraParams(byte[] extraParams)
Sets the extra params.
|
void |
setMethod(Method method)
Sets the method.
|
void |
setTarget(Object target)
Sets the target.
|
public Object[] getArgs()
public void setArgs(Object[] args)
args - the new argspublic Object getTarget()
public void setTarget(Object target)
target - the new targetpublic Method getMethod()
public void setMethod(Method method)
method - the new methodpublic byte[] getExtraParams()
public void setExtraParams(byte[] extraParams)
extraParams - the new extra paramspublic Map<String,String> getExtFields()
Copyright © 2022 Baidu, Inc.. All rights reserved.