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 LonggetErrCode()Get 错误码,0 表示成功,其他值表示失败。StringgetMessage()Get 错误信息。StringgetStatus()Get 任务流状态,取值: PROCESSING:处理中; FINISH:已完成。StringgetTaskId()Get 媒体处理任务 ID。StringgetUrl()Get 直播流 URL。voidsetErrCode(Long ErrCode)Set 错误码,0 表示成功,其他值表示失败。voidsetMessage(String Message)Set 错误信息。voidsetStatus(String Status)Set 任务流状态,取值: PROCESSING:处理中; FINISH:已完成。voidsetTaskId(String TaskId)Set 媒体处理任务 ID。voidsetUrl(String Url)Set 直播流 URL。voidtoMap(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。
-
-