public class ComposeMediaTask extends AbstractModel
Constructor and Description |
---|
ComposeMediaTask() |
Modifier and Type | Method and Description |
---|---|
Long |
getErrCode()
Get Error code
0: success;
Other values: failure.
Note: this field may return null, indicating that no valid values can be obtained.
|
ComposeMediaTaskInput |
getInput()
Get Input of media file composing task.
|
String |
getMessage()
Get Error message.
|
ComposeMediaTaskOutput |
getOutput()
Get Output of media file composing task.
|
String |
getStatus()
Get Task flow status.
|
String |
getTaskId()
Get Task ID.
|
void |
setErrCode(Long ErrCode)
Set Error code
0: success;
Other values: failure.
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setInput(ComposeMediaTaskInput Input)
Set Input of media file composing task.
|
void |
setMessage(String Message)
Set Error message.
|
void |
setOutput(ComposeMediaTaskOutput Output)
Set Output of media file composing task.
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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 Long getErrCode()
public void setErrCode(Long ErrCode)
ErrCode
- Error code
public String getMessage()
public void setMessage(String Message)
Message
- Error message.
Note: this field may return null, indicating that no valid values can be obtained.public ComposeMediaTaskInput getInput()
public void setInput(ComposeMediaTaskInput Input)
Input
- Input of media file composing task.
Note: this field may return null, indicating that no valid values can be obtained.public ComposeMediaTaskOutput getOutput()
public void setOutput(ComposeMediaTaskOutput Output)
Output
- Output of media file composing task.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2020. All rights reserved.