public class ExecuteFunctionRequest extends AbstractModel
Constructor and Description |
---|
ExecuteFunctionRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getExtInfo()
Get 保留字段,特殊用途时使用。
|
String |
getFunctionArg()
Get 接口参数,具体参数格式调用时与后端协调。
|
String |
getFunctionName()
Get 调用后端接口名称。
|
String |
getSessionContext()
Get 来源上下文,用于透传用户请求信息,任务流状态变更回调将返回该字段值,最长 1000 个字符。
|
String |
getSessionId()
Get 用于去重的识别码,如果七天内曾有过相同的识别码的请求,则本次的请求会返回错误。最长 50 个字符,不带或者带空字符串表示不做去重。
|
Long |
getSubAppId()
Get 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
|
void |
setExtInfo(String ExtInfo)
Set 保留字段,特殊用途时使用。
|
void |
setFunctionArg(String FunctionArg)
Set 接口参数,具体参数格式调用时与后端协调。
|
void |
setFunctionName(String FunctionName)
Set 调用后端接口名称。
|
void |
setSessionContext(String SessionContext)
Set 来源上下文,用于透传用户请求信息,任务流状态变更回调将返回该字段值,最长 1000 个字符。
|
void |
setSessionId(String SessionId)
Set 用于去重的识别码,如果七天内曾有过相同的识别码的请求,则本次的请求会返回错误。最长 50 个字符,不带或者带空字符串表示不做去重。
|
void |
setSubAppId(Long SubAppId)
Set 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 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 String getSessionContext()
public void setSessionContext(String SessionContext)
SessionContext
- 来源上下文,用于透传用户请求信息,任务流状态变更回调将返回该字段值,最长 1000 个字符。public String getSessionId()
public void setSessionId(String SessionId)
SessionId
- 用于去重的识别码,如果七天内曾有过相同的识别码的请求,则本次的请求会返回错误。最长 50 个字符,不带或者带空字符串表示不做去重。public String getExtInfo()
public void setExtInfo(String ExtInfo)
ExtInfo
- 保留字段,特殊用途时使用。public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。Copyright © 2020. All rights reserved.