public class ExtractTraceWatermarkTaskInput extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ExtractTraceWatermarkTaskInput()  | 
ExtractTraceWatermarkTaskInput(ExtractTraceWatermarkTaskInput 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 Media file ID. 
 | 
String | 
getUrl()
Get The URL of the media on which digital watermark extraction is to be performed. 
 | 
void | 
setFileId(String FileId)
Set Media file ID. 
 | 
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 ExtractTraceWatermarkTaskInput()
public ExtractTraceWatermarkTaskInput(ExtractTraceWatermarkTaskInput 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 - Media file ID. The original media file ID corresponding to the URL.Copyright © 2025. All rights reserved.