public class RemoveWatermarkRequest extends AbstractModel
Constructor and Description |
---|
RemoveWatermarkRequest() |
RemoveWatermarkRequest(RemoveWatermarkRequest 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 |
---|---|
String |
getFileId()
Get The ID of the media file.
|
String |
getSessionContext()
Get The source context, which is used to pass through user request information.
|
String |
getSessionId()
Get The session ID, which is used for de-duplication.
|
Long |
getSubAppId()
Get The VOD [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID.
|
String |
getTasksNotifyMode()
Get This parameter is invalid now.
|
Long |
getTasksPriority()
Get The priority of a task flow.
|
void |
setFileId(String FileId)
Set The ID of the media file.
|
void |
setSessionContext(String SessionContext)
Set The source context, which is used to pass through user request information.
|
void |
setSessionId(String SessionId)
Set The session ID, which is used for de-duplication.
|
void |
setSubAppId(Long SubAppId)
Set The VOD [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID.
|
void |
setTasksNotifyMode(String TasksNotifyMode)
Set This parameter is invalid now.
|
void |
setTasksPriority(Long TasksPriority)
Set The priority of a task flow.
|
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 RemoveWatermarkRequest()
public RemoveWatermarkRequest(RemoveWatermarkRequest source)
public String getFileId()
public void setFileId(String FileId)
FileId
- The ID of the media file.public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- The VOD [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID. If you need to access a resource in a subapplication, set this parameter to the subapplication ID; otherwise, leave it empty.public String getSessionId()
public void setSessionId(String SessionId)
SessionId
- The session ID, which is used for de-duplication. If there was a request with the same session ID in the last seven days, an error will be returned for the current request. The session ID can contain up to 50 characters. If you do not pass this parameter or pass in an empty string, duplicate sessions will not be identified.public String getSessionContext()
public void setSessionContext(String SessionContext)
SessionContext
- The source context, which is used to pass through user request information. The `ProcedureStateChanged` callback will return the value of this parameter. It can contain up to 1,000 characters.public Long getTasksPriority()
public void setTasksPriority(Long TasksPriority)
TasksPriority
- The priority of a task flow. The higher the value, the higher the priority. Value range: [-10, 10]. If this parameter is left empty, 0 will be used.public String getTasksNotifyMode()
public void setTasksNotifyMode(String TasksNotifyMode)
TasksNotifyMode
- This parameter is invalid now.Copyright © 2023. All rights reserved.