public class ProcessMediaByProcedureRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ProcessMediaByProcedureRequest() |
ProcessMediaByProcedureRequest(ProcessMediaByProcedureRequest 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 |
getFileId()
Get Media file ID.
|
String |
getProcedureName()
Get [Task flow template](https://intl.cloud.tencent.com/document/product/266/11700?from_cn_redirect=1#.E4.BB.BB.E5.8A.A1.E6.B5.81.E6.A8.A1.E6.9D.BF) name.
|
String |
getSessionContext()
Get The source context which is used to pass through the user request information.
|
String |
getSessionId()
Get Identification code used for deduplication.
|
Long |
getSubAppId()
Get The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID.
|
String |
getTasksNotifyMode()
Get Notification mode for task flow status change.
|
Long |
getTasksPriority()
Get Task flow priority.
|
void |
setExtInfo(String ExtInfo)
Set Reserved field for special purposes.
|
void |
setFileId(String FileId)
Set Media file ID.
|
void |
setProcedureName(String ProcedureName)
Set [Task flow template](https://intl.cloud.tencent.com/document/product/266/11700?from_cn_redirect=1#.E4.BB.BB.E5.8A.A1.E6.B5.81.E6.A8.A1.E6.9D.BF) name.
|
void |
setSessionContext(String SessionContext)
Set The source context which is used to pass through the user request information.
|
void |
setSessionId(String SessionId)
Set Identification code used for deduplication.
|
void |
setSubAppId(Long SubAppId)
Set The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID.
|
void |
setTasksNotifyMode(String TasksNotifyMode)
Set Notification mode for task flow status change.
|
void |
setTasksPriority(Long TasksPriority)
Set Task flow priority.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ProcessMediaByProcedureRequest()
public ProcessMediaByProcedureRequest(ProcessMediaByProcedureRequest source)
public String getFileId()
public void setFileId(String FileId)
FileId
- Media file ID.public String getProcedureName()
public void setProcedureName(String ProcedureName)
ProcedureName
- [Task flow template](https://intl.cloud.tencent.com/document/product/266/11700?from_cn_redirect=1#.E4.BB.BB.E5.8A.A1.E6.B5.81.E6.A8.A1.E6.9D.BF) name.public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID. For customers who activate VOD service from December 25, 2023, if they want to access resources in a VOD application (whether it's the default application or a newly created one), they must fill in this field with the application ID.public Long getTasksPriority()
public void setTasksPriority(Long TasksPriority)
TasksPriority
- Task flow priority. The higher the value, the higher the priority. Value range: -10-10. If this parameter is left empty, 0 will be used.public String getTasksNotifyMode()
public void setTasksNotifyMode(String TasksNotifyMode)
TasksNotifyMode
- Notification mode for task flow status change. Valid values: Finish, Change, None. If this parameter is left empty, `Finish` will be used.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
- Identification code used for deduplication. If there is a request with the same identification code within 7 days, this request will return an error. The maximum length is 50 characters, without or with an empty string to indicate no deduplication.public String getExtInfo()
public void setExtInfo(String ExtInfo)
ExtInfo
- Reserved field for special purposes.Copyright © 2024. All rights reserved.