public class ReduceMediaBitrateTranscodeResult extends AbstractModel
skipSign
Constructor and Description |
---|
ReduceMediaBitrateTranscodeResult() |
ReduceMediaBitrateTranscodeResult(ReduceMediaBitrateTranscodeResult 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 |
getBeginProcessTime()
Get The start time of the transcoding task, in [ISO date format](https://www.tencentcloud.com/document/product/266/11732#iso-date-format).
|
String |
getErrCodeExt()
Get The error code.
|
String |
getFinishTime()
Get The end time of the transcoding task, in [ISO date format](https://www.tencentcloud.com/document/product/266/11732#iso-date-format).
|
TranscodeTaskInput |
getInput()
Get The input of a transcoding task.
|
String |
getMessage()
Get The error message.
|
MediaTranscodeItem |
getOutput()
Get The output of a transcoding task.
|
Long |
getProgress()
Get The transcoding progress.
|
String |
getStatus()
Get The task status.
|
void |
setBeginProcessTime(String BeginProcessTime)
Set The start time of the transcoding task, in [ISO date format](https://www.tencentcloud.com/document/product/266/11732#iso-date-format).
|
void |
setErrCodeExt(String ErrCodeExt)
Set The error code.
|
void |
setFinishTime(String FinishTime)
Set The end time of the transcoding task, in [ISO date format](https://www.tencentcloud.com/document/product/266/11732#iso-date-format).
|
void |
setInput(TranscodeTaskInput Input)
Set The input of a transcoding task.
|
void |
setMessage(String Message)
Set The error message.
|
void |
setOutput(MediaTranscodeItem Output)
Set The output of a transcoding task.
|
void |
setProgress(Long Progress)
Set The transcoding progress.
|
void |
setStatus(String Status)
Set The task status.
|
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 ReduceMediaBitrateTranscodeResult()
public ReduceMediaBitrateTranscodeResult(ReduceMediaBitrateTranscodeResult source)
public String getStatus()
public void setStatus(String Status)
Status
- The task status. Valid values: PROCESSING, SUCCESS, FAIL.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 String getMessage()
public void setMessage(String Message)
Message
- The error message.public TranscodeTaskInput getInput()
public void setInput(TranscodeTaskInput Input)
Input
- The input of a transcoding task.public MediaTranscodeItem getOutput()
public void setOutput(MediaTranscodeItem Output)
Output
- The output of a transcoding task.
Note: This field may return null, indicating that no valid values can be obtained.public Long getProgress()
public void setProgress(Long Progress)
Progress
- The transcoding progress. Value range: 0-100.public String getBeginProcessTime()
public void setBeginProcessTime(String BeginProcessTime)
BeginProcessTime
- The start time of the transcoding task, in [ISO date format](https://www.tencentcloud.com/document/product/266/11732#iso-date-format).public String getFinishTime()
public void setFinishTime(String FinishTime)
FinishTime
- The end time of the transcoding task, in [ISO date format](https://www.tencentcloud.com/document/product/266/11732#iso-date-format).Copyright © 2023. All rights reserved.