public class SubmitWorkflow extends AbstractModel
header, skipSign
Constructor and Description |
---|
SubmitWorkflow() |
SubmitWorkflow(SubmitWorkflow 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 |
getErrorDesc()
Get Execution Status Remarks
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getErrorId()
Get Execution Status ID
Note: This field may return null, indicating that no valid value can be obtained.
|
Boolean |
getResult()
Get Execution Result
|
String[] |
getTaskIds()
Get Submitted Task ID Collection
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setErrorDesc(String ErrorDesc)
Set Execution Status Remarks
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setErrorId(String ErrorId)
Set Execution Status ID
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setResult(Boolean Result)
Set Execution Result
|
void |
setTaskIds(String[] TaskIds)
Set Submitted Task ID Collection
Note: This field may return null, indicating that no valid value can be obtained.
|
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 SubmitWorkflow()
public SubmitWorkflow(SubmitWorkflow source)
public String[] getTaskIds()
public void setTaskIds(String[] TaskIds)
TaskIds
- Submitted Task ID Collection
Note: This field may return null, indicating that no valid value can be obtained.public Boolean getResult()
public void setResult(Boolean Result)
Result
- Execution Resultpublic String getErrorDesc()
public void setErrorDesc(String ErrorDesc)
ErrorDesc
- Execution Status Remarks
Note: This field may return null, indicating that no valid value can be obtained.public String getErrorId()
public void setErrorId(String ErrorId)
ErrorId
- Execution Status ID
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2024. All rights reserved.