public class RunOption extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RunOption() | 
| RunOption(RunOption 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 | getFailureMode()Get Operation failure mode. | 
| String | getFinalWorkflowOutputsDir()Get Output archive COS path
Note: This field may return null, indicating that no valid values can be obtained. | 
| Boolean | getUseCallCache()Get Whether to use the Call-Caching feature. | 
| Boolean | getUseErrorOnHold()Get Whether to use the error suspension feature. | 
| Boolean | getUseRelativeOutputPaths()Get Whether to use the relative directory archive output. | 
| void | setFailureMode(String FailureMode)Set Operation failure mode. | 
| void | setFinalWorkflowOutputsDir(String FinalWorkflowOutputsDir)Set Output archive COS path
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setUseCallCache(Boolean UseCallCache)Set Whether to use the Call-Caching feature. | 
| void | setUseErrorOnHold(Boolean UseErrorOnHold)Set Whether to use the error suspension feature. | 
| void | setUseRelativeOutputPaths(Boolean UseRelativeOutputPaths)Set Whether to use the relative directory archive output. | 
| 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, toJsonStringpublic RunOption()
public RunOption(RunOption source)
public String getFailureMode()
public void setFailureMode(String FailureMode)
FailureMode - Operation failure mode. Valid values:
- ContinueWhilePossible
- NoNewCallspublic Boolean getUseCallCache()
public void setUseCallCache(Boolean UseCallCache)
UseCallCache - Whether to use the Call-Caching feature.public Boolean getUseErrorOnHold()
public void setUseErrorOnHold(Boolean UseErrorOnHold)
UseErrorOnHold - Whether to use the error suspension feature.public String getFinalWorkflowOutputsDir()
public void setFinalWorkflowOutputsDir(String FinalWorkflowOutputsDir)
FinalWorkflowOutputsDir - Output archive COS path
Note: This field may return null, indicating that no valid values can be obtained.public Boolean getUseRelativeOutputPaths()
public void setUseRelativeOutputPaths(Boolean UseRelativeOutputPaths)
UseRelativeOutputPaths - Whether to use the relative directory archive output.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.