public class ScheduleReviewTaskResult extends AbstractModel
Constructor and Description |
---|
ScheduleReviewTaskResult() |
ScheduleReviewTaskResult(ScheduleReviewTaskResult 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.
|
AiContentReviewTaskInput |
getInput()
Get The input of the content moderation task.
|
String |
getMessage()
Get The error message.
|
AiContentReviewResult[] |
getOutput()
Get The output of the content moderation task.
|
String |
getStatus()
Get The task status.
|
void |
setErrCode(Long ErrCode)
Set The error code.
|
void |
setErrCodeExt(String ErrCodeExt)
Set The error code.
|
void |
setInput(AiContentReviewTaskInput Input)
Set The input of the content moderation task.
|
void |
setMessage(String Message)
Set The error message.
|
void |
setOutput(AiContentReviewResult[] Output)
Set The output of the content moderation task.
|
void |
setStatus(String Status)
Set The task status.
|
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 ScheduleReviewTaskResult()
public ScheduleReviewTaskResult(ScheduleReviewTaskResult source)
public String getStatus()
public void setStatus(String Status)
Status
- The task status. Valid values: PROCESSING, SUCCESS, FAIL.public String getErrCodeExt()
public void setErrCodeExt(String ErrCodeExt)
ErrCodeExt
- The error code. An empty string indicates the task is successful; any other value returned indicates the task has failed. For details, see [Error Codes](https://intl.cloud.tencent.com/document/product/1041/40249).public Long getErrCode()
public void setErrCode(Long ErrCode)
ErrCode
- The error code. 0 indicates the task is successful; other values indicate the task has failed. This parameter is not recommended. Please use `ErrCodeExt` instead.public String getMessage()
public void setMessage(String Message)
Message
- The error message.public AiContentReviewTaskInput getInput()
public void setInput(AiContentReviewTaskInput Input)
Input
- The input of the content moderation task.public AiContentReviewResult[] getOutput()
public void setOutput(AiContentReviewResult[] Output)
Output
- The output of the content moderation task.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.