Class RunMetadata

    • Constructor Summary

      Constructors 
      Constructor Description
      RunMetadata()  
      RunMetadata​(RunMetadata 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 Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Boolean getCallCached()
      Get Cache命中 注意:此字段可能返回 null,表示取不到有效值。
      String getCallName()
      Get 作业名称。 注意:此字段可能返回 null,表示取不到有效值。
      String getCommand()
      Get 命令行。 注意:此字段可能返回 null,表示取不到有效值。
      String getEndTime()
      Get 结束时间。 注意:此字段可能返回 null,表示取不到有效值。
      String getErrorMessage()
      Get 错误信息。 注意:此字段可能返回 null,表示取不到有效值。
      String getInput()
      Get 输入。 注意:此字段可能返回 null,表示取不到有效值。
      String getJobId()
      Get 作业ID。 注意:此字段可能返回 null,表示取不到有效值。
      String getOutput()
      Get 输出。 注意:此字段可能返回 null,表示取不到有效值。
      String getParentId()
      Get 父层ID。 注意:此字段可能返回 null,表示取不到有效值。
      Boolean getPostProcess()
      Get 后处理。 注意:此字段可能返回 null,表示取不到有效值。
      Boolean getPreprocess()
      Get 预处理。 注意:此字段可能返回 null,表示取不到有效值。
      String getRunId()
      Get 任务ID。 注意:此字段可能返回 null,表示取不到有效值。
      String getRuntime()
      Get 运行时。 注意:此字段可能返回 null,表示取不到有效值。
      String getRunType()
      Get 任务类型。 注意:此字段可能返回 null,表示取不到有效值。
      String getScatterIndex()
      Get Scatter索引。 注意:此字段可能返回 null,表示取不到有效值。
      String getStartTime()
      Get 开始时间 注意:此字段可能返回 null,表示取不到有效值。
      String getStatus()
      Get 状态 注意:此字段可能返回 null,表示取不到有效值。
      String getStderr()
      Get 错误输出。 注意:此字段可能返回 null,表示取不到有效值。
      String getStdout()
      Get 标准输出。 注意:此字段可能返回 null,表示取不到有效值。
      String getSubmitTime()
      Get 提交时间。 注意:此字段可能返回 null,表示取不到有效值。
      void setCallCached​(Boolean CallCached)
      Set Cache命中 注意:此字段可能返回 null,表示取不到有效值。
      void setCallName​(String CallName)
      Set 作业名称。 注意:此字段可能返回 null,表示取不到有效值。
      void setCommand​(String Command)
      Set 命令行。 注意:此字段可能返回 null,表示取不到有效值。
      void setEndTime​(String EndTime)
      Set 结束时间。 注意:此字段可能返回 null,表示取不到有效值。
      void setErrorMessage​(String ErrorMessage)
      Set 错误信息。 注意:此字段可能返回 null,表示取不到有效值。
      void setInput​(String Input)
      Set 输入。 注意:此字段可能返回 null,表示取不到有效值。
      void setJobId​(String JobId)
      Set 作业ID。 注意:此字段可能返回 null,表示取不到有效值。
      void setOutput​(String Output)
      Set 输出。 注意:此字段可能返回 null,表示取不到有效值。
      void setParentId​(String ParentId)
      Set 父层ID。 注意:此字段可能返回 null,表示取不到有效值。
      void setPostProcess​(Boolean PostProcess)
      Set 后处理。 注意:此字段可能返回 null,表示取不到有效值。
      void setPreprocess​(Boolean Preprocess)
      Set 预处理。 注意:此字段可能返回 null,表示取不到有效值。
      void setRunId​(String RunId)
      Set 任务ID。 注意:此字段可能返回 null,表示取不到有效值。
      void setRuntime​(String Runtime)
      Set 运行时。 注意:此字段可能返回 null,表示取不到有效值。
      void setRunType​(String RunType)
      Set 任务类型。 注意:此字段可能返回 null,表示取不到有效值。
      void setScatterIndex​(String ScatterIndex)
      Set Scatter索引。 注意:此字段可能返回 null,表示取不到有效值。
      void setStartTime​(String StartTime)
      Set 开始时间 注意:此字段可能返回 null,表示取不到有效值。
      void setStatus​(String Status)
      Set 状态 注意:此字段可能返回 null,表示取不到有效值。
      void setStderr​(String Stderr)
      Set 错误输出。 注意:此字段可能返回 null,表示取不到有效值。
      void setStdout​(String Stdout)
      Set 标准输出。 注意:此字段可能返回 null,表示取不到有效值。
      void setSubmitTime​(String SubmitTime)
      Set 提交时间。 注意:此字段可能返回 null,表示取不到有效值。
      void toMap​(HashMap<String,​String> map, String prefix)
      Internal implementation, normal users should not use it.
    • Constructor Detail

      • RunMetadata

        public RunMetadata()
      • RunMetadata

        public RunMetadata​(RunMetadata 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

      • getRunType

        public String getRunType()
        Get 任务类型。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        RunType 任务类型。 注意:此字段可能返回 null,表示取不到有效值。
      • setRunType

        public void setRunType​(String RunType)
        Set 任务类型。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        RunType - 任务类型。 注意:此字段可能返回 null,表示取不到有效值。
      • getRunId

        public String getRunId()
        Get 任务ID。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        RunId 任务ID。 注意:此字段可能返回 null,表示取不到有效值。
      • setRunId

        public void setRunId​(String RunId)
        Set 任务ID。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        RunId - 任务ID。 注意:此字段可能返回 null,表示取不到有效值。
      • getParentId

        public String getParentId()
        Get 父层ID。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ParentId 父层ID。 注意:此字段可能返回 null,表示取不到有效值。
      • setParentId

        public void setParentId​(String ParentId)
        Set 父层ID。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ParentId - 父层ID。 注意:此字段可能返回 null,表示取不到有效值。
      • getJobId

        public String getJobId()
        Get 作业ID。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        JobId 作业ID。 注意:此字段可能返回 null,表示取不到有效值。
      • setJobId

        public void setJobId​(String JobId)
        Set 作业ID。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        JobId - 作业ID。 注意:此字段可能返回 null,表示取不到有效值。
      • getCallName

        public String getCallName()
        Get 作业名称。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CallName 作业名称。 注意:此字段可能返回 null,表示取不到有效值。
      • setCallName

        public void setCallName​(String CallName)
        Set 作业名称。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CallName - 作业名称。 注意:此字段可能返回 null,表示取不到有效值。
      • getScatterIndex

        public String getScatterIndex()
        Get Scatter索引。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ScatterIndex Scatter索引。 注意:此字段可能返回 null,表示取不到有效值。
      • setScatterIndex

        public void setScatterIndex​(String ScatterIndex)
        Set Scatter索引。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ScatterIndex - Scatter索引。 注意:此字段可能返回 null,表示取不到有效值。
      • getInput

        public String getInput()
        Get 输入。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Input 输入。 注意:此字段可能返回 null,表示取不到有效值。
      • setInput

        public void setInput​(String Input)
        Set 输入。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Input - 输入。 注意:此字段可能返回 null,表示取不到有效值。
      • getOutput

        public String getOutput()
        Get 输出。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Output 输出。 注意:此字段可能返回 null,表示取不到有效值。
      • setOutput

        public void setOutput​(String Output)
        Set 输出。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Output - 输出。 注意:此字段可能返回 null,表示取不到有效值。
      • getStatus

        public String getStatus()
        Get 状态 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Status 状态 注意:此字段可能返回 null,表示取不到有效值。
      • setStatus

        public void setStatus​(String Status)
        Set 状态 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Status - 状态 注意:此字段可能返回 null,表示取不到有效值。
      • getErrorMessage

        public String getErrorMessage()
        Get 错误信息。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ErrorMessage 错误信息。 注意:此字段可能返回 null,表示取不到有效值。
      • setErrorMessage

        public void setErrorMessage​(String ErrorMessage)
        Set 错误信息。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ErrorMessage - 错误信息。 注意:此字段可能返回 null,表示取不到有效值。
      • getStartTime

        public String getStartTime()
        Get 开始时间 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        StartTime 开始时间 注意:此字段可能返回 null,表示取不到有效值。
      • setStartTime

        public void setStartTime​(String StartTime)
        Set 开始时间 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        StartTime - 开始时间 注意:此字段可能返回 null,表示取不到有效值。
      • getSubmitTime

        public String getSubmitTime()
        Get 提交时间。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        SubmitTime 提交时间。 注意:此字段可能返回 null,表示取不到有效值。
      • setSubmitTime

        public void setSubmitTime​(String SubmitTime)
        Set 提交时间。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        SubmitTime - 提交时间。 注意:此字段可能返回 null,表示取不到有效值。
      • getEndTime

        public String getEndTime()
        Get 结束时间。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        EndTime 结束时间。 注意:此字段可能返回 null,表示取不到有效值。
      • setEndTime

        public void setEndTime​(String EndTime)
        Set 结束时间。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        EndTime - 结束时间。 注意:此字段可能返回 null,表示取不到有效值。
      • getCommand

        public String getCommand()
        Get 命令行。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Command 命令行。 注意:此字段可能返回 null,表示取不到有效值。
      • setCommand

        public void setCommand​(String Command)
        Set 命令行。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Command - 命令行。 注意:此字段可能返回 null,表示取不到有效值。
      • getRuntime

        public String getRuntime()
        Get 运行时。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Runtime 运行时。 注意:此字段可能返回 null,表示取不到有效值。
      • setRuntime

        public void setRuntime​(String Runtime)
        Set 运行时。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Runtime - 运行时。 注意:此字段可能返回 null,表示取不到有效值。
      • getPreprocess

        public Boolean getPreprocess()
        Get 预处理。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Preprocess 预处理。 注意:此字段可能返回 null,表示取不到有效值。
      • setPreprocess

        public void setPreprocess​(Boolean Preprocess)
        Set 预处理。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Preprocess - 预处理。 注意:此字段可能返回 null,表示取不到有效值。
      • getPostProcess

        public Boolean getPostProcess()
        Get 后处理。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        PostProcess 后处理。 注意:此字段可能返回 null,表示取不到有效值。
      • setPostProcess

        public void setPostProcess​(Boolean PostProcess)
        Set 后处理。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        PostProcess - 后处理。 注意:此字段可能返回 null,表示取不到有效值。
      • getCallCached

        public Boolean getCallCached()
        Get Cache命中 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CallCached Cache命中 注意:此字段可能返回 null,表示取不到有效值。
      • setCallCached

        public void setCallCached​(Boolean CallCached)
        Set Cache命中 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CallCached - Cache命中 注意:此字段可能返回 null,表示取不到有效值。
      • getStdout

        public String getStdout()
        Get 标准输出。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Stdout 标准输出。 注意:此字段可能返回 null,表示取不到有效值。
      • setStdout

        public void setStdout​(String Stdout)
        Set 标准输出。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Stdout - 标准输出。 注意:此字段可能返回 null,表示取不到有效值。
      • getStderr

        public String getStderr()
        Get 错误输出。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Stderr 错误输出。 注意:此字段可能返回 null,表示取不到有效值。
      • setStderr

        public void setStderr​(String Stderr)
        Set 错误输出。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Stderr - 错误输出。 注意:此字段可能返回 null,表示取不到有效值。