Class WithdrawsWatermarkRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.WithdrawsWatermarkRequest
-
public class WithdrawsWatermarkRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description WithdrawsWatermarkRequest()WithdrawsWatermarkRequest(WithdrawsWatermarkRequest 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 MediaInputInfogetInputInfo()Get 输入媒体文件存储信息。StringgetSessionContext()Get 来源上下文,用于透传用户请求信息,任务流状态变更回调将返回该字段值,最长 1000 个字符。TaskNotifyConfiggetTaskNotifyConfig()Get 任务的事件通知信息,不填代表不获取事件通知。voidsetInputInfo(MediaInputInfo InputInfo)Set 输入媒体文件存储信息。voidsetSessionContext(String SessionContext)Set 来源上下文,用于透传用户请求信息,任务流状态变更回调将返回该字段值,最长 1000 个字符。voidsetTaskNotifyConfig(TaskNotifyConfig TaskNotifyConfig)Set 任务的事件通知信息,不填代表不获取事件通知。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
-
WithdrawsWatermarkRequest
public WithdrawsWatermarkRequest()
-
WithdrawsWatermarkRequest
public WithdrawsWatermarkRequest(WithdrawsWatermarkRequest 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
-
getInputInfo
public MediaInputInfo getInputInfo()
Get 输入媒体文件存储信息。- Returns:
- InputInfo 输入媒体文件存储信息。
-
setInputInfo
public void setInputInfo(MediaInputInfo InputInfo)
Set 输入媒体文件存储信息。- Parameters:
InputInfo- 输入媒体文件存储信息。
-
getTaskNotifyConfig
public TaskNotifyConfig getTaskNotifyConfig()
Get 任务的事件通知信息,不填代表不获取事件通知。- Returns:
- TaskNotifyConfig 任务的事件通知信息,不填代表不获取事件通知。
-
setTaskNotifyConfig
public void setTaskNotifyConfig(TaskNotifyConfig TaskNotifyConfig)
Set 任务的事件通知信息,不填代表不获取事件通知。- Parameters:
TaskNotifyConfig- 任务的事件通知信息,不填代表不获取事件通知。
-
getSessionContext
public String getSessionContext()
Get 来源上下文,用于透传用户请求信息,任务流状态变更回调将返回该字段值,最长 1000 个字符。- Returns:
- SessionContext 来源上下文,用于透传用户请求信息,任务流状态变更回调将返回该字段值,最长 1000 个字符。
-
setSessionContext
public void setSessionContext(String SessionContext)
Set 来源上下文,用于透传用户请求信息,任务流状态变更回调将返回该字段值,最长 1000 个字符。- Parameters:
SessionContext- 来源上下文,用于透传用户请求信息,任务流状态变更回调将返回该字段值,最长 1000 个字符。
-
-