Class RunOption

    • 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,表示取不到有效值。