Class LiveStreamProcessTask
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.LiveStreamProcessTask
-
public class LiveStreamProcessTask extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getErrCode()
Get 错误码,0 表示成功,其他值表示失败。String
getMessage()
Get 错误信息。String
getStatus()
Get 任务流状态,取值: PROCESSING:处理中; FINISH:已完成。String
getTaskId()
Get 媒体处理任务 ID。String
getUrl()
Get 直播流 URL。void
setErrCode(Long ErrCode)
Set 错误码,0 表示成功,其他值表示失败。void
setMessage(String Message)
Set 错误信息。void
setStatus(String Status)
Set 任务流状态,取值: PROCESSING:处理中; FINISH:已完成。void
setTaskId(String TaskId)
Set 媒体处理任务 ID。void
setUrl(String Url)
Set 直播流 URL。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
LiveStreamProcessTask
public LiveStreamProcessTask()
-
LiveStreamProcessTask
public 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.
-
-
Method Detail
-
getTaskId
public String getTaskId()
Get 媒体处理任务 ID。- Returns:
- TaskId 媒体处理任务 ID。
-
setTaskId
public void setTaskId(String TaskId)
Set 媒体处理任务 ID。- Parameters:
TaskId
- 媒体处理任务 ID。
-
getStatus
public String getStatus()
Get 任务流状态,取值:- PROCESSING:处理中;
- FINISH:已完成。
- Returns:
- Status 任务流状态,取值:
- PROCESSING:处理中;
- FINISH:已完成。
-
setStatus
public void setStatus(String Status)
Set 任务流状态,取值:- PROCESSING:处理中;
- FINISH:已完成。
- Parameters:
Status
- 任务流状态,取值:- PROCESSING:处理中;
- FINISH:已完成。
-
getErrCode
public Long getErrCode()
Get 错误码,0 表示成功,其他值表示失败。- Returns:
- ErrCode 错误码,0 表示成功,其他值表示失败。
-
setErrCode
public void setErrCode(Long ErrCode)
Set 错误码,0 表示成功,其他值表示失败。- Parameters:
ErrCode
- 错误码,0 表示成功,其他值表示失败。
-
getMessage
public String getMessage()
Get 错误信息。- Returns:
- Message 错误信息。
-
setMessage
public void setMessage(String Message)
Set 错误信息。- Parameters:
Message
- 错误信息。
-
getUrl
public String getUrl()
Get 直播流 URL。- Returns:
- Url 直播流 URL。
-
setUrl
public void setUrl(String Url)
Set 直播流 URL。- Parameters:
Url
- 直播流 URL。
-
-