public class LiveStreamProcessTask extends AbstractModel
Constructor and Description |
---|
LiveStreamProcessTask() |
LiveStreamProcessTask(LiveStreamProcessTask 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 |
getMessage()
Get Error message.
|
String |
getStatus()
Get Task flow status.
|
String |
getTaskId()
Get The media processing task ID.
|
String |
getUrl()
Get Live stream URL.
|
void |
setErrCode(Long ErrCode)
Set Error code.
|
void |
setMessage(String Message)
Set Error message.
|
void |
setStatus(String Status)
Set Task flow status.
|
void |
setTaskId(String TaskId)
Set The media processing task ID.
|
void |
setUrl(String Url)
Set Live stream URL.
|
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 LiveStreamProcessTask()
public LiveStreamProcessTask(LiveStreamProcessTask source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- The media processing 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. 0: success; other values: failure.public String getMessage()
public void setMessage(String Message)
Message
- Error message.public String getUrl()
public void setUrl(String Url)
Url
- Live stream URL.Copyright © 2023. All rights reserved.