Class StepDetailInfo

    • Constructor Summary

      Constructors 
      Constructor Description
      StepDetailInfo()  
      StepDetailInfo​(StepDetailInfo 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.
    • Constructor Detail

      • StepDetailInfo

        public StepDetailInfo()
      • StepDetailInfo

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

      • getStepNo

        public Long getStepNo()
        Get 步骤序列 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        StepNo 步骤序列 注意:此字段可能返回 null,表示取不到有效值。
      • setStepNo

        public void setStepNo​(Long StepNo)
        Set 步骤序列 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        StepNo - 步骤序列 注意:此字段可能返回 null,表示取不到有效值。
      • getStepName

        public String getStepName()
        Get 步骤展现名称 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        StepName 步骤展现名称 注意:此字段可能返回 null,表示取不到有效值。
      • setStepName

        public void setStepName​(String StepName)
        Set 步骤展现名称 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        StepName - 步骤展现名称 注意:此字段可能返回 null,表示取不到有效值。
      • getStepId

        public String getStepId()
        Get 步骤英文标识 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        StepId 步骤英文标识 注意:此字段可能返回 null,表示取不到有效值。
      • setStepId

        public void setStepId​(String StepId)
        Set 步骤英文标识 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        StepId - 步骤英文标识 注意:此字段可能返回 null,表示取不到有效值。
      • getStatus

        public String getStatus()
        Get 步骤状态:success(成功)、failed(失败)、running(执行中)、notStarted(未执行)、默认为notStarted 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Status 步骤状态:success(成功)、failed(失败)、running(执行中)、notStarted(未执行)、默认为notStarted 注意:此字段可能返回 null,表示取不到有效值。
      • setStatus

        public void setStatus​(String Status)
        Set 步骤状态:success(成功)、failed(失败)、running(执行中)、notStarted(未执行)、默认为notStarted 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Status - 步骤状态:success(成功)、failed(失败)、running(执行中)、notStarted(未执行)、默认为notStarted 注意:此字段可能返回 null,表示取不到有效值。
      • getStartTime

        public String getStartTime()
        Get 当前步骤开始的时间,格式为"yyyy-mm-dd hh:mm:ss",该字段不存在或者为空是无意义 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        StartTime 当前步骤开始的时间,格式为"yyyy-mm-dd hh:mm:ss",该字段不存在或者为空是无意义 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
      • setStartTime

        public void setStartTime​(String StartTime)
        Set 当前步骤开始的时间,格式为"yyyy-mm-dd hh:mm:ss",该字段不存在或者为空是无意义 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        StartTime - 当前步骤开始的时间,格式为"yyyy-mm-dd hh:mm:ss",该字段不存在或者为空是无意义 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
      • getStepMessage

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

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

        public Long getPercent()
        Get 执行进度 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Percent 执行进度 注意:此字段可能返回 null,表示取不到有效值。
      • setPercent

        public void setPercent​(Long Percent)
        Set 执行进度 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Percent - 执行进度 注意:此字段可能返回 null,表示取不到有效值。
      • getErrors

        public ProcessStepTip[] getErrors()
        Get 错误信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Errors 错误信息 注意:此字段可能返回 null,表示取不到有效值。
      • setErrors

        public void setErrors​(ProcessStepTip[] Errors)
        Set 错误信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Errors - 错误信息 注意:此字段可能返回 null,表示取不到有效值。
      • getWarnings

        public ProcessStepTip[] getWarnings()
        Get 告警提示 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Warnings 告警提示 注意:此字段可能返回 null,表示取不到有效值。
      • setWarnings

        public void setWarnings​(ProcessStepTip[] Warnings)
        Set 告警提示 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Warnings - 告警提示 注意:此字段可能返回 null,表示取不到有效值。