public class ExecuteFunctionRequest extends AbstractModel
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 |
getExtInfo()
Get Reserved field for special purposes.
|
String |
getFunctionArg()
Get API parameter.
|
String |
getFunctionName()
Get Name of called backend API.
|
String |
getSessionContext()
Get The source context which is used to pass through the user request information.
|
String |
getSessionId()
Get The ID used for deduplication.
|
Long |
getSubAppId()
Get The VOD [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID.
|
void |
setExtInfo(String ExtInfo)
Set Reserved field for special purposes.
|
void |
setFunctionArg(String FunctionArg)
Set API parameter.
|
void |
setFunctionName(String FunctionName)
Set Name of called backend API.
|
void |
setSessionContext(String SessionContext)
Set The source context which is used to pass through the user request information.
|
void |
setSessionId(String SessionId)
Set The ID used for deduplication.
|
void |
setSubAppId(Long SubAppId)
Set The VOD [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ExecuteFunctionRequest()
public ExecuteFunctionRequest(ExecuteFunctionRequest source)
public String getFunctionName()
public void setFunctionName(String FunctionName)
FunctionName
- Name of called backend API.public String getFunctionArg()
public void setFunctionArg(String FunctionArg)
FunctionArg
- API parameter. For specific parameter format, negotiate with the backend before calling.public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- The VOD [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID. If you need to access a resource in a subapplication, set this parameter to the subapplication ID; otherwise, leave it empty.public String getSessionContext()
public void setSessionContext(String SessionContext)
SessionContext
- The source context which is used to pass through the user request information. The task flow status change callback will return the value of this field. It can contain up to 1,000 characters.public String getSessionId()
public void setSessionId(String SessionId)
SessionId
- The ID used for deduplication. If there was a request with the same ID in the last seven days, the current request will return an error. The ID can contain up to 50 characters. If this parameter is left empty or a blank string is entered, no deduplication will be performed.public String getExtInfo()
public void setExtInfo(String ExtInfo)
ExtInfo
- Reserved field for special purposes.Copyright © 2023. All rights reserved.