public class ScheduleExecRuleTaskResult extends AbstractModel
header, skipSign
Constructor and Description |
---|
ScheduleExecRuleTaskResult() |
ScheduleExecRuleTaskResult(ScheduleExecRuleTaskResult 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 |
getErrCodeExt()
Get Error code.
|
ExecRulesTask |
getInput()
Get Input of the conditional judgment task.
|
String |
getMessage()
Get Error message.
|
ExecRuleTaskData |
getOutput()
Get Output of the conditional judgment task.
|
String |
getStatus()
Get Task status, which can be PROCESSING, SUCCESS, or FAIL.
|
void |
setErrCodeExt(String ErrCodeExt)
Set Error code.
|
void |
setInput(ExecRulesTask Input)
Set Input of the conditional judgment task.
|
void |
setMessage(String Message)
Set Error message.
|
void |
setOutput(ExecRuleTaskData Output)
Set Output of the conditional judgment task.
|
void |
setStatus(String Status)
Set Task status, which can be PROCESSING, SUCCESS, or FAIL.
|
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, toJsonString
public ScheduleExecRuleTaskResult()
public ScheduleExecRuleTaskResult(ScheduleExecRuleTaskResult source)
public String getStatus()
public void setStatus(String Status)
Status
- Task status, which can be PROCESSING, SUCCESS, or FAIL.public String getErrCodeExt()
public void setErrCodeExt(String ErrCodeExt)
ErrCodeExt
- Error code. An empty string indicates success, while other values indicate failure. For specific values, see the list of MPS error codes at https://www.tencentcloud.comom/document/product/862/50369?from_cn_redirect=1#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81.public String getMessage()
public void setMessage(String Message)
Message
- Error message.public ExecRulesTask getInput()
public void setInput(ExecRulesTask Input)
Input
- Input of the conditional judgment task.public ExecRuleTaskData getOutput()
public void setOutput(ExecRuleTaskData Output)
Output
- Output of the conditional judgment task.
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.