Class RunOption
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.omics.v20221128.models.RunOption
-
public class RunOption extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFailureMode()Get 运行失败模式,取值范围: - ContinueWhilePossible - NoNewCallsStringgetFinalWorkflowOutputsDir()Get 输出归档COS路径。 注意:此字段可能返回 null,表示取不到有效值。BooleangetUseCallCache()Get 是否使用Call-Caching功能。BooleangetUseErrorOnHold()Get 是否使用错误挂起功能。BooleangetUseRelativeOutputPaths()Get 是否使用相对目录归档输出。 注意:此字段可能返回 null,表示取不到有效值。voidsetFailureMode(String FailureMode)Set 运行失败模式,取值范围: - ContinueWhilePossible - NoNewCallsvoidsetFinalWorkflowOutputsDir(String FinalWorkflowOutputsDir)Set 输出归档COS路径。 注意:此字段可能返回 null,表示取不到有效值。voidsetUseCallCache(Boolean UseCallCache)Set 是否使用Call-Caching功能。voidsetUseErrorOnHold(Boolean UseErrorOnHold)Set 是否使用错误挂起功能。voidsetUseRelativeOutputPaths(Boolean UseRelativeOutputPaths)Set 是否使用相对目录归档输出。 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
RunOption
public RunOption()
-
RunOption
public 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.
-
-
Method Detail
-
getFailureMode
public String getFailureMode()
Get 运行失败模式,取值范围: - ContinueWhilePossible - NoNewCalls- Returns:
- FailureMode 运行失败模式,取值范围: - ContinueWhilePossible - NoNewCalls
-
setFailureMode
public void setFailureMode(String FailureMode)
Set 运行失败模式,取值范围: - ContinueWhilePossible - NoNewCalls- Parameters:
FailureMode- 运行失败模式,取值范围: - ContinueWhilePossible - NoNewCalls
-
getUseCallCache
public Boolean getUseCallCache()
Get 是否使用Call-Caching功能。- Returns:
- UseCallCache 是否使用Call-Caching功能。
-
setUseCallCache
public void setUseCallCache(Boolean UseCallCache)
Set 是否使用Call-Caching功能。- Parameters:
UseCallCache- 是否使用Call-Caching功能。
-
getUseErrorOnHold
public Boolean getUseErrorOnHold()
Get 是否使用错误挂起功能。- Returns:
- UseErrorOnHold 是否使用错误挂起功能。
-
setUseErrorOnHold
public void setUseErrorOnHold(Boolean UseErrorOnHold)
Set 是否使用错误挂起功能。- Parameters:
UseErrorOnHold- 是否使用错误挂起功能。
-
getFinalWorkflowOutputsDir
public String getFinalWorkflowOutputsDir()
Get 输出归档COS路径。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FinalWorkflowOutputsDir 输出归档COS路径。 注意:此字段可能返回 null,表示取不到有效值。
-
setFinalWorkflowOutputsDir
public void setFinalWorkflowOutputsDir(String FinalWorkflowOutputsDir)
Set 输出归档COS路径。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FinalWorkflowOutputsDir- 输出归档COS路径。 注意:此字段可能返回 null,表示取不到有效值。
-
getUseRelativeOutputPaths
public Boolean getUseRelativeOutputPaths()
Get 是否使用相对目录归档输出。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- UseRelativeOutputPaths 是否使用相对目录归档输出。 注意:此字段可能返回 null,表示取不到有效值。
-
setUseRelativeOutputPaths
public void setUseRelativeOutputPaths(Boolean UseRelativeOutputPaths)
Set 是否使用相对目录归档输出。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
UseRelativeOutputPaths- 是否使用相对目录归档输出。 注意:此字段可能返回 null,表示取不到有效值。
-
-