public class WithdrawsWatermarkRequest extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| MediaInputInfo | getInputInfo()Get 输入媒体文件存储信息。 | 
| String | getSessionContext()Get 来源上下文,用于透传用户请求信息,任务流状态变更回调将返回该字段值,最长 1000 个字符。 | 
| TaskNotifyConfig | getTaskNotifyConfig()Get 任务的事件通知信息,不填代表不获取事件通知。 | 
| void | setInputInfo(MediaInputInfo InputInfo)Set 输入媒体文件存储信息。 | 
| void | setSessionContext(String SessionContext)Set 来源上下文,用于透传用户请求信息,任务流状态变更回调将返回该字段值,最长 1000 个字符。 | 
| void | setTaskNotifyConfig(TaskNotifyConfig TaskNotifyConfig)Set 任务的事件通知信息,不填代表不获取事件通知。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic WithdrawsWatermarkRequest()
public WithdrawsWatermarkRequest(WithdrawsWatermarkRequest source)
public MediaInputInfo getInputInfo()
public void setInputInfo(MediaInputInfo InputInfo)
InputInfo - 输入媒体文件存储信息。public TaskNotifyConfig getTaskNotifyConfig()
public void setTaskNotifyConfig(TaskNotifyConfig TaskNotifyConfig)
TaskNotifyConfig - 任务的事件通知信息,不填代表不获取事件通知。public String getSessionContext()
public void setSessionContext(String SessionContext)
SessionContext - 来源上下文,用于透传用户请求信息,任务流状态变更回调将返回该字段值,最长 1000 个字符。Copyright © 2025. All rights reserved.