public class ReduceMediaBitrateAdaptiveDynamicStreamingResult extends AbstractModel
Constructor and Description |
---|
ReduceMediaBitrateAdaptiveDynamicStreamingResult() |
ReduceMediaBitrateAdaptiveDynamicStreamingResult(ReduceMediaBitrateAdaptiveDynamicStreamingResult 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 |
getErrCodeExt()
Get The error code.
|
AdaptiveDynamicStreamingTaskInput |
getInput()
Get The input of an adaptive bitrate task.
|
String |
getMessage()
Get The error message.
|
AdaptiveDynamicStreamingInfoItem |
getOutput()
Get The output of an adaptive bitrate task.
|
String |
getStatus()
Get The task status.
|
void |
setErrCodeExt(String ErrCodeExt)
Set The error code.
|
void |
setInput(AdaptiveDynamicStreamingTaskInput Input)
Set The input of an adaptive bitrate task.
|
void |
setMessage(String Message)
Set The error message.
|
void |
setOutput(AdaptiveDynamicStreamingInfoItem Output)
Set The output of an adaptive bitrate task.
|
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, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ReduceMediaBitrateAdaptiveDynamicStreamingResult()
public ReduceMediaBitrateAdaptiveDynamicStreamingResult(ReduceMediaBitrateAdaptiveDynamicStreamingResult 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 AdaptiveDynamicStreamingTaskInput getInput()
public void setInput(AdaptiveDynamicStreamingTaskInput Input)
Input
- The input of an adaptive bitrate task.public AdaptiveDynamicStreamingInfoItem getOutput()
public void setOutput(AdaptiveDynamicStreamingInfoItem Output)
Output
- The output of an adaptive bitrate task.Copyright © 2023. All rights reserved.