public class ExtractTraceWatermarkTask extends AbstractModel
header, skipSign
Constructor and Description |
---|
ExtractTraceWatermarkTask() |
ExtractTraceWatermarkTask(ExtractTraceWatermarkTask 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 |
---|---|
Long |
getErrCode()
Get The error code.
|
String |
getErrCodeExt()
Get The error code.
|
ExtractTraceWatermarkTaskInput |
getInput()
Get The information of a digital watermark extraction task.
|
String |
getMessage()
Get The error message.
|
ExtractTraceWatermarkTaskOutput |
getOutput()
Get The output of a digital watermark extraction task.
|
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.
|
String |
getStatus()
Get The task status.
|
String |
getTaskId()
Get The task ID.
|
void |
setErrCode(Long ErrCode)
Set The error code.
|
void |
setErrCodeExt(String ErrCodeExt)
Set The error code.
|
void |
setInput(ExtractTraceWatermarkTaskInput Input)
Set The information of a digital watermark extraction task.
|
void |
setMessage(String Message)
Set The error message.
|
void |
setOutput(ExtractTraceWatermarkTaskOutput Output)
Set The output of a digital watermark extraction task.
|
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 |
setStatus(String Status)
Set The task status.
|
void |
setTaskId(String TaskId)
Set The task ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ExtractTraceWatermarkTask()
public ExtractTraceWatermarkTask(ExtractTraceWatermarkTask source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- The task ID.public String getStatus()
public void setStatus(String Status)
Status
- The task status. Valid values:
public Long getErrCode()
public void setErrCode(Long ErrCode)
ErrCode
- The error code. `0` indicates the task is successful. Other values indicate that the task failed.
public String getMessage()
public void setMessage(String Message)
Message
- The error message.public String getErrCodeExt()
public void setErrCodeExt(String ErrCodeExt)
ErrCodeExt
- The error code. An empty string indicates the task is successful; other values indicate that the task failed. For details, see [Video processing error codes](https://intl.cloud.tencent.com/document/product/266/39145?lang=en&pg=#video-processing).public ExtractTraceWatermarkTaskInput getInput()
public void setInput(ExtractTraceWatermarkTaskInput Input)
Input
- The information of a digital watermark extraction task.public ExtractTraceWatermarkTaskOutput getOutput()
public void setOutput(ExtractTraceWatermarkTaskOutput Output)
Output
- The output of a digital watermark extraction task.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.Copyright © 2024. All rights reserved.