public class ExtractTraceWatermarkRequest extends AbstractModel
header, skipSign| Constructor and Description |
|---|
ExtractTraceWatermarkRequest() |
ExtractTraceWatermarkRequest(ExtractTraceWatermarkRequest 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 |
getExtInfo()
Get A reserved parameter.
|
String |
getFileId()
Get The ID of the file specified by `Url`.
|
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 [application](https://intl.cloud.tencent.com/document/product/266/14574) ID.
|
Long |
getTasksPriority()
Get The task priority, which can be a value from -10 to 10.
|
String |
getUrl()
Get The URL of the media on which digital watermark extraction is to be performed.
|
void |
setExtInfo(String ExtInfo)
Set A reserved parameter.
|
void |
setFileId(String FileId)
Set The ID of the file specified by `Url`.
|
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 [application](https://intl.cloud.tencent.com/document/product/266/14574) ID.
|
void |
setTasksPriority(Long TasksPriority)
Set The task priority, which can be a value from -10 to 10.
|
void |
setUrl(String Url)
Set The URL of the media on which digital watermark extraction is to be performed.
|
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 ExtractTraceWatermarkRequest()
public ExtractTraceWatermarkRequest(ExtractTraceWatermarkRequest source)
public String getUrl()
public void setUrl(String Url)
Url - The URL of the media on which digital watermark extraction is to be performed.public String getFileId()
public void setFileId(String FileId)
FileId - The ID of the file specified by `Url`.
public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId - The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID. For customers who activate VOD service from December 25, 2023, if they want to access resources in a VOD application (whether it's the default application or a newly created one), they must fill in this field with the application ID.public String getSessionContext()
public void setSessionContext(String SessionContext)
SessionContext - The source context, which is used to pass through user request information. The `ExtractTraceWatermarkComplete` callback and the `ProcedureStateChanged` callback will return the value of this parameter. It can contain up to 1,000 characters.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 three 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 Long getTasksPriority()
public void setTasksPriority(Long TasksPriority)
TasksPriority - The task priority, which can be a value from -10 to 10. The higher the value, the higher the priority. If this parameter is left empty, 0 will be used.public String getExtInfo()
public void setExtInfo(String ExtInfo)
ExtInfo - A reserved parameter.Copyright © 2025. All rights reserved.