public class ExtractCopyRightWatermarkTask extends AbstractModel
header, skipSign
Constructor and Description |
---|
ExtractCopyRightWatermarkTask() |
ExtractCopyRightWatermarkTask(ExtractCopyRightWatermarkTask 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 Error code, 0 means success, other values u200bu200bmean failure:
40000: The input parameters are illegal, please check the input parameters;
60000: Source file error (such as video data damage), Please confirm whether the source file is normal;
70000: Internal service error, it is recommended to try again.
|
String |
getErrCodeExt()
Get Error code.
|
ExtractCopyRightWatermarkTaskInput |
getInput()
Get Extract copyright watermark task input information.
|
String |
getMessage()
Get Error message.
|
ExtractCopyRightWatermarkTaskOutput |
getOutput()
Get Extract copyright watermark task output information.
|
String |
getSessionContext()
Get Source context, used to transparently transmit user request information.
|
String |
getSessionId()
Get Identification code used for deduplication.
|
String |
getStatus()
Get Task status, values:
PROCESSING: Processing;
FINISH: Completed.
|
String |
getTaskId()
Get Task ID.
|
void |
setErrCode(Long ErrCode)
Set Error code, 0 means success, other values u200bu200bmean failure:
40000: The input parameters are illegal, please check the input parameters;
60000: Source file error (such as video data damage), Please confirm whether the source file is normal;
70000: Internal service error, it is recommended to try again.
|
void |
setErrCodeExt(String ErrCodeExt)
Set Error code.
|
void |
setInput(ExtractCopyRightWatermarkTaskInput Input)
Set Extract copyright watermark task input information.
|
void |
setMessage(String Message)
Set Error message.
|
void |
setOutput(ExtractCopyRightWatermarkTaskOutput Output)
Set Extract copyright watermark task output information.
|
void |
setSessionContext(String SessionContext)
Set Source context, used to transparently transmit user request information.
|
void |
setSessionId(String SessionId)
Set Identification code used for deduplication.
|
void |
setStatus(String Status)
Set Task status, values:
PROCESSING: Processing;
FINISH: Completed.
|
void |
setTaskId(String TaskId)
Set 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 ExtractCopyRightWatermarkTask()
public ExtractCopyRightWatermarkTask(ExtractCopyRightWatermarkTask source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- Task ID.public String getStatus()
public void setStatus(String Status)
Status
- Task status, values:
public Long getErrCode()
public void setErrCode(Long ErrCode)
ErrCode
- Error code, 0 means success, other values u200bu200bmean failure:
public String getMessage()
public void setMessage(String Message)
Message
- Error message.public String getErrCodeExt()
public void setErrCodeExt(String ErrCodeExt)
ErrCodeExt
- Error code. An empty string indicates success. Other values u200bu200bindicate failure. For values, please refer to [Video Processing Error Code](https://www.tencentcloud.com/document/product/266/39145) list.public ExtractCopyRightWatermarkTaskInput getInput()
public void setInput(ExtractCopyRightWatermarkTaskInput Input)
Input
- Extract copyright watermark task input information.
Note: This field may return null, indicating that no valid value can be obtained.public ExtractCopyRightWatermarkTaskOutput getOutput()
public void setOutput(ExtractCopyRightWatermarkTaskOutput Output)
Output
- Extract copyright watermark task output information.
Note: This field may return null, indicating that no valid value can be obtained.public String getSessionId()
public void setSessionId(String SessionId)
SessionId
- Identification code used for deduplication. If there is a request for the same identification code within seven days, this request will return an error. The maximum length is 50 characters, without or with an empty string to indicate no deduplication.public String getSessionContext()
public void setSessionContext(String SessionContext)
SessionContext
- Source context, used to transparently transmit user request information. The task flow status change callback will return the value of this field, which can be up to 1000 characters.Copyright © 2024. All rights reserved.