public class ExecuteFunctionRequest extends AbstractModel
构造器和说明 |
---|
ExecuteFunctionRequest() |
限定符和类型 | 方法和说明 |
---|---|
String |
getFunctionArg()
Get 接口参数,具体参数格式调用时与后端协调。
|
String |
getFunctionName()
Get 调用后端接口名称。
|
Long |
getSubAppId()
Get 点播[子应用](/document/product/266/14574) ID。
|
void |
setFunctionArg(String FunctionArg)
Set 接口参数,具体参数格式调用时与后端协调。
|
void |
setFunctionName(String FunctionName)
Set 调用后端接口名称。
|
void |
setSubAppId(Long SubAppId)
Set 点播[子应用](/document/product/266/14574) ID。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getFunctionName()
public void setFunctionName(String FunctionName)
FunctionName
- 调用后端接口名称。public String getFunctionArg()
public void setFunctionArg(String FunctionArg)
FunctionArg
- 接口参数,具体参数格式调用时与后端协调。public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。Copyright © 2019. All rights reserved.