public class TarsInvokePrxList
extends java.lang.Object
| 构造器和说明 |
|---|
TarsInvokePrxList()
Instantiates a new Tars invoke prx list.
|
TarsInvokePrxList(java.lang.reflect.Method method,
java.lang.Class<?>[] paramTypes,
java.lang.String[] paramNames)
Instantiates a new Tars invoke prx list.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addTarsInvokePrxList(java.util.List<TarsInvokePrx> tarsInvokePrxList)
Sets tars invoke prx list.
|
java.lang.reflect.Method |
getMethod()
Gets method.
|
java.lang.String[] |
getParamNames()
Get param names string [ ].
|
java.lang.Class<?>[] |
getParamTypes()
Get param types class [ ].
|
java.util.List<TarsInvokePrx> |
getTarsInvokePrxList()
Gets tars invoke prx list.
|
void |
setMethod(java.lang.reflect.Method method)
Sets method.
|
void |
setParamNames(java.lang.String[] paramNames)
Sets param names.
|
void |
setParamTypes(java.lang.Class<?>[] paramTypes)
Sets param types.
|
public TarsInvokePrxList()
public TarsInvokePrxList(java.lang.reflect.Method method,
java.lang.Class<?>[] paramTypes,
java.lang.String[] paramNames)
method - the methodparamTypes - the param typesparamNames - the param namespublic java.util.List<TarsInvokePrx> getTarsInvokePrxList()
public void addTarsInvokePrxList(java.util.List<TarsInvokePrx> tarsInvokePrxList)
tarsInvokePrxList - the tars invoke prx listpublic java.lang.reflect.Method getMethod()
public void setMethod(java.lang.reflect.Method method)
method - the methodpublic java.lang.Class<?>[] getParamTypes()
public void setParamTypes(java.lang.Class<?>[] paramTypes)
paramTypes - the param typespublic java.lang.String[] getParamNames()
public void setParamNames(java.lang.String[] paramNames)
paramNames - the param namesCopyright © 2026 The Apache Software Foundation. All rights reserved.