public class RebuildMediaTask extends AbstractModel
Constructor and Description |
---|
RebuildMediaTask() |
RebuildMediaTask(RebuildMediaTask 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 |
---|---|
Long |
getErrCode()
Get The error code.
|
String |
getErrCodeExt()
Get The error code.
|
RebuildMediaTaskInput |
getInput()
Get The input parameters of the audio/video remastering task.
|
String |
getMessage()
Get The error message.
|
MediaMetaData |
getMetaData()
Get The metadata of the output file.
|
RebuildMediaTaskOutput |
getOutput()
Get The output parameters of the audio/video remastering task.
|
Long |
getProgress()
Get The task progress.
|
String |
getSessionContext()
Get The source context, which is used to pass through user request information.
|
String |
getSessionId()
Get The session ID, which is used for de-duplication.
|
String |
getStatus()
Get The task flow status.
|
String |
getTaskId()
Get The task ID.
|
void |
setErrCode(Long ErrCode)
Set The error code.
|
void |
setErrCodeExt(String ErrCodeExt)
Set The error code.
|
void |
setInput(RebuildMediaTaskInput Input)
Set The input parameters of the audio/video remastering task.
|
void |
setMessage(String Message)
Set The error message.
|
void |
setMetaData(MediaMetaData MetaData)
Set The metadata of the output file.
|
void |
setOutput(RebuildMediaTaskOutput Output)
Set The output parameters of the audio/video remastering task.
|
void |
setProgress(Long Progress)
Set The task progress.
|
void |
setSessionContext(String SessionContext)
Set The source context, which is used to pass through user request information.
|
void |
setSessionId(String SessionId)
Set The session ID, which is used for de-duplication.
|
void |
setStatus(String Status)
Set The task flow status.
|
void |
setTaskId(String TaskId)
Set The task 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 RebuildMediaTask()
public RebuildMediaTask(RebuildMediaTask source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- The task ID.public String getStatus()
public void setStatus(String Status)
Status
- The task flow status. Valid values:
public Long getErrCode()
public void setErrCode(Long ErrCode)
ErrCode
- The error code. `0` indicates the task is successful. Other values indicate that the task failed.
public String getMessage()
public void setMessage(String Message)
Message
- The error message.public String getErrCodeExt()
public void setErrCodeExt(String ErrCodeExt)
ErrCodeExt
- The error code. An empty string indicates the task is successful; other values indicate that the task failed. For details, see [Video processing error codes](https://intl.cloud.tencent.com/document/product/266/39145?lang=en&pg=#video-processing).public Long getProgress()
public void setProgress(Long Progress)
Progress
- The task progress. Value range: 0-100.public RebuildMediaTaskInput getInput()
public void setInput(RebuildMediaTaskInput Input)
Input
- The input parameters of the audio/video remastering task.
Note: This field may return null, indicating that no valid values can be obtained.public RebuildMediaTaskOutput getOutput()
public void setOutput(RebuildMediaTaskOutput Output)
Output
- The output parameters of the audio/video remastering task.
Note: This field may return null, indicating that no valid values can be obtained.public MediaMetaData getMetaData()
public void setMetaData(MediaMetaData MetaData)
MetaData
- The metadata of the output file.
Note: This field may return null, indicating that no valid values can be obtained.public String getSessionId()
public void setSessionId(String SessionId)
SessionId
- The session ID, which is used for de-duplication. If there was a request with the same session ID in the last seven days, an error will be returned for the current request. The session ID can contain up to 50 characters. If you do not pass this parameter or pass in an empty string, duplicate sessions will not be identified.public String getSessionContext()
public void setSessionContext(String SessionContext)
SessionContext
- The source context, which is used to pass through user request information. The `ProcedureStateChanged` callback will return the value of this parameter. It can contain up to 1,000 characters.Copyright © 2023. All rights reserved.