public class RemoveWatermarkTask extends AbstractModel
Constructor and Description |
---|
RemoveWatermarkTask() |
RemoveWatermarkTask(RemoveWatermarkTask 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.
|
String |
getErrCodeExt()
Get Error code.
|
RemoveWaterMarkTaskInput |
getInput()
Get The input of a watermark removal task.
|
String |
getMessage()
Get The error message.
|
RemoveWaterMarkTaskOutput |
getOutput()
Get The output of a watermark removal 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 flow status.
|
String |
getTaskId()
Get The task ID.
|
void |
setErrCode(Long ErrCode)
Set Error code.
|
void |
setErrCodeExt(String ErrCodeExt)
Set Error code.
|
void |
setInput(RemoveWaterMarkTaskInput Input)
Set The input of a watermark removal task.
|
void |
setMessage(String Message)
Set The error message.
|
void |
setOutput(RemoveWaterMarkTaskOutput Output)
Set The output of a watermark removal 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 flow 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public RemoveWatermarkTask()
public RemoveWatermarkTask(RemoveWatermarkTask source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- The task ID.public String getStatus()
public void setStatus(String Status)
Status
- The task flow status. Valid values:
public String getErrCodeExt()
public void setErrCodeExt(String ErrCodeExt)
ErrCodeExt
- Error code. An empty string indicates the task is successful; other values indicate failure. For details, see [Video processing error codes](https://intl.cloud.tencent.com/document/product/266/39145?lang=en&pg=#video-processing).public Long getErrCode()
public void setErrCode(Long ErrCode)
ErrCode
- Error code. 0: Successful; other values: Failed.
public String getMessage()
public void setMessage(String Message)
Message
- The error message.public RemoveWaterMarkTaskInput getInput()
public void setInput(RemoveWaterMarkTaskInput Input)
Input
- The input of a watermark removal task.
Note: This field may return null, indicating that no valid values can be obtained.public RemoveWaterMarkTaskOutput getOutput()
public void setOutput(RemoveWaterMarkTaskOutput Output)
Output
- The output of a watermark removal task.
Note: This field may return null, indicating that no valid values can be obtained.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 © 2023. All rights reserved.