public class RunOption extends AbstractModel
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 运行失败模式,取值范围:
- ContinueWhilePossible
- NoNewCalls
|
Boolean |
getUseCallCache()
Get 是否使用Call-Caching功能。
|
Boolean |
getUseErrorOnHold()
Get 是否使用错误挂起功能。
|
void |
setFailureMode(String FailureMode)
Set 运行失败模式,取值范围:
- ContinueWhilePossible
- NoNewCalls
|
void |
setUseCallCache(Boolean UseCallCache)
Set 是否使用Call-Caching功能。
|
void |
setUseErrorOnHold(Boolean UseErrorOnHold)
Set 是否使用错误挂起功能。
|
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 RunOption()
public RunOption(RunOption source)
public String getFailureMode()
public void setFailureMode(String FailureMode)
FailureMode
- 运行失败模式,取值范围:
- ContinueWhilePossible
- NoNewCallspublic Boolean getUseCallCache()
public void setUseCallCache(Boolean UseCallCache)
UseCallCache
- 是否使用Call-Caching功能。public Boolean getUseErrorOnHold()
public void setUseErrorOnHold(Boolean UseErrorOnHold)
UseErrorOnHold
- 是否使用错误挂起功能。Copyright © 2023. All rights reserved.