public class ExecuteFunctionRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ExecuteFunctionRequest() | 
| ExecuteFunctionRequest(ExecuteFunctionRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getFunctionArg()Get 接口参数,具体参数格式调用时与后端协调。 | 
| String | getFunctionName()Get 调用后端接口名称。 | 
| void | setFunctionArg(String FunctionArg)Set 接口参数,具体参数格式调用时与后端协调。 | 
| void | setFunctionName(String FunctionName)Set 调用后端接口名称。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ExecuteFunctionRequest()
public ExecuteFunctionRequest(ExecuteFunctionRequest source)
public String getFunctionName()
public void setFunctionName(String FunctionName)
FunctionName - 调用后端接口名称。public String getFunctionArg()
public void setFunctionArg(String FunctionArg)
FunctionArg - 接口参数,具体参数格式调用时与后端协调。Copyright © 2025. All rights reserved.