public class SplitMediaTask extends AbstractModel
header, skipSign
Constructor and Description |
---|
SplitMediaTask() |
SplitMediaTask(SplitMediaTask 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 Error code.
|
String |
getErrCodeExt()
Get Error code.
|
SplitMediaTaskSegmentInfo[] |
getFileInfoSet()
Get List of video splitting task details.
|
String |
getMessage()
Get Error information.
|
Long |
getProgress()
Get The progress of a video splitting task.
|
String |
getSessionContext()
Get The source context which is used to pass through the user request information.
|
String |
getSessionId()
Get ID used for deduplication.
|
String |
getStatus()
Get Task flow status.
|
String |
getTaskId()
Get Task ID.
|
void |
setErrCode(Long ErrCode)
Set Error code.
|
void |
setErrCodeExt(String ErrCodeExt)
Set Error code.
|
void |
setFileInfoSet(SplitMediaTaskSegmentInfo[] FileInfoSet)
Set List of video splitting task details.
|
void |
setMessage(String Message)
Set Error information.
|
void |
setProgress(Long Progress)
Set The progress of a video splitting task.
|
void |
setSessionContext(String SessionContext)
Set The source context which is used to pass through the user request information.
|
void |
setSessionId(String SessionId)
Set ID used for deduplication.
|
void |
setStatus(String Status)
Set Task flow status.
|
void |
setTaskId(String TaskId)
Set Task ID.
|
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 SplitMediaTask()
public SplitMediaTask(SplitMediaTask source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- Task ID.public String getStatus()
public void setStatus(String Status)
Status
- Task flow status. Valid values:
public String getErrCodeExt()
public void setErrCodeExt(String ErrCodeExt)
ErrCodeExt
- Error code. An empty string indicates the task is successful; other values indicate failure. For details, see [Video Processing Error Codes](https://intl.cloud.tencent.com/zh/document/product/266/39145).public Long getErrCode()
public void setErrCode(Long ErrCode)
ErrCode
- Error code. 0 indicates the task is successful; other values indicate failure. You're not recommended to use this parameter, but to use the new parameter `ErrCodeExt`.public String getMessage()
public void setMessage(String Message)
Message
- Error information.public SplitMediaTaskSegmentInfo[] getFileInfoSet()
public void setFileInfoSet(SplitMediaTaskSegmentInfo[] FileInfoSet)
FileInfoSet
- List of video splitting task details.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 1000 characters.public String getSessionId()
public void setSessionId(String SessionId)
SessionId
- 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 set to an empty string, no deduplication will be performed.public Long getProgress()
public void setProgress(Long Progress)
Progress
- The progress of a video splitting task. Value range: 0-100.Copyright © 2024. All rights reserved.