Class CompareTaskItem

    • Constructor Summary

      Constructors 
      Constructor Description
      CompareTaskItem()  
      CompareTaskItem​(CompareTaskItem 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
      ProcessProgress getCheckProcess()
      Get 对比任务校验详情 注意:此字段可能返回 null,表示取不到有效值。
      ProcessProgress getCompareProcess()
      Get 对比任务运行详情 注意:此字段可能返回 null,表示取不到有效值。
      String getCompareTaskId()
      Get 对比任务 Id 注意:此字段可能返回 null,表示取不到有效值。
      String getConclusion()
      Get 对比结果, 可能的值:same - 一致;different - 不一致;skipAll - 跳过 注意:此字段可能返回 null,表示取不到有效值。
      CompareObject getConfig()
      Get 对比任务配置 注意:此字段可能返回 null,表示取不到有效值。
      String getCreatedAt()
      Get 任务创建时间 注意:此字段可能返回 null,表示取不到有效值。
      String getFinishedAt()
      Get 对比结束时间 注意:此字段可能返回 null,表示取不到有效值。
      String getJobId()
      Get 任务id 注意:此字段可能返回 null,表示取不到有效值。
      String getMessage()
      Get 一致性校验提示信息 注意:此字段可能返回 null,表示取不到有效值。
      String getMethod()
      Get 对比类型,dataCheck(完整数据对比)、sampleDataCheck(抽样数据对比)、rowsCount(行数对比) 注意:此字段可能返回 null,表示取不到有效值。
      CompareOptions getOptions()
      Get 对比配置信息 注意:此字段可能返回 null,表示取不到有效值。
      String getStartedAt()
      Get 任务启动时间 注意:此字段可能返回 null,表示取不到有效值。
      String getStatus()
      Get 对比任务状态, 可能的值:created - 创建完成;readyRun - 等待运行;running - 运行中;success - 成功;stopping - 结束中;failed - 失败;canceled - 已终止 注意:此字段可能返回 null,表示取不到有效值。
      String getTaskName()
      Get 对比任务名称 注意:此字段可能返回 null,表示取不到有效值。
      void setCheckProcess​(ProcessProgress CheckProcess)
      Set 对比任务校验详情 注意:此字段可能返回 null,表示取不到有效值。
      void setCompareProcess​(ProcessProgress CompareProcess)
      Set 对比任务运行详情 注意:此字段可能返回 null,表示取不到有效值。
      void setCompareTaskId​(String CompareTaskId)
      Set 对比任务 Id 注意:此字段可能返回 null,表示取不到有效值。
      void setConclusion​(String Conclusion)
      Set 对比结果, 可能的值:same - 一致;different - 不一致;skipAll - 跳过 注意:此字段可能返回 null,表示取不到有效值。
      void setConfig​(CompareObject Config)
      Set 对比任务配置 注意:此字段可能返回 null,表示取不到有效值。
      void setCreatedAt​(String CreatedAt)
      Set 任务创建时间 注意:此字段可能返回 null,表示取不到有效值。
      void setFinishedAt​(String FinishedAt)
      Set 对比结束时间 注意:此字段可能返回 null,表示取不到有效值。
      void setJobId​(String JobId)
      Set 任务id 注意:此字段可能返回 null,表示取不到有效值。
      void setMessage​(String Message)
      Set 一致性校验提示信息 注意:此字段可能返回 null,表示取不到有效值。
      void setMethod​(String Method)
      Set 对比类型,dataCheck(完整数据对比)、sampleDataCheck(抽样数据对比)、rowsCount(行数对比) 注意:此字段可能返回 null,表示取不到有效值。
      void setOptions​(CompareOptions Options)
      Set 对比配置信息 注意:此字段可能返回 null,表示取不到有效值。
      void setStartedAt​(String StartedAt)
      Set 任务启动时间 注意:此字段可能返回 null,表示取不到有效值。
      void setStatus​(String Status)
      Set 对比任务状态, 可能的值:created - 创建完成;readyRun - 等待运行;running - 运行中;success - 成功;stopping - 结束中;failed - 失败;canceled - 已终止 注意:此字段可能返回 null,表示取不到有效值。
      void setTaskName​(String TaskName)
      Set 对比任务名称 注意:此字段可能返回 null,表示取不到有效值。
      void toMap​(HashMap<String,​String> map, String prefix)
      Internal implementation, normal users should not use it.
    • Constructor Detail

      • CompareTaskItem

        public CompareTaskItem()
      • CompareTaskItem

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

      • getJobId

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

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

        public String getCompareTaskId()
        Get 对比任务 Id 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CompareTaskId 对比任务 Id 注意:此字段可能返回 null,表示取不到有效值。
      • setCompareTaskId

        public void setCompareTaskId​(String CompareTaskId)
        Set 对比任务 Id 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CompareTaskId - 对比任务 Id 注意:此字段可能返回 null,表示取不到有效值。
      • getTaskName

        public String getTaskName()
        Get 对比任务名称 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        TaskName 对比任务名称 注意:此字段可能返回 null,表示取不到有效值。
      • setTaskName

        public void setTaskName​(String TaskName)
        Set 对比任务名称 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        TaskName - 对比任务名称 注意:此字段可能返回 null,表示取不到有效值。
      • getStatus

        public String getStatus()
        Get 对比任务状态, 可能的值:created - 创建完成;readyRun - 等待运行;running - 运行中;success - 成功;stopping - 结束中;failed - 失败;canceled - 已终止 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Status 对比任务状态, 可能的值:created - 创建完成;readyRun - 等待运行;running - 运行中;success - 成功;stopping - 结束中;failed - 失败;canceled - 已终止 注意:此字段可能返回 null,表示取不到有效值。
      • setStatus

        public void setStatus​(String Status)
        Set 对比任务状态, 可能的值:created - 创建完成;readyRun - 等待运行;running - 运行中;success - 成功;stopping - 结束中;failed - 失败;canceled - 已终止 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Status - 对比任务状态, 可能的值:created - 创建完成;readyRun - 等待运行;running - 运行中;success - 成功;stopping - 结束中;failed - 失败;canceled - 已终止 注意:此字段可能返回 null,表示取不到有效值。
      • getConfig

        public CompareObject getConfig()
        Get 对比任务配置 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Config 对比任务配置 注意:此字段可能返回 null,表示取不到有效值。
      • setConfig

        public void setConfig​(CompareObject Config)
        Set 对比任务配置 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Config - 对比任务配置 注意:此字段可能返回 null,表示取不到有效值。
      • getCheckProcess

        public ProcessProgress getCheckProcess()
        Get 对比任务校验详情 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CheckProcess 对比任务校验详情 注意:此字段可能返回 null,表示取不到有效值。
      • setCheckProcess

        public void setCheckProcess​(ProcessProgress CheckProcess)
        Set 对比任务校验详情 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CheckProcess - 对比任务校验详情 注意:此字段可能返回 null,表示取不到有效值。
      • getCompareProcess

        public ProcessProgress getCompareProcess()
        Get 对比任务运行详情 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CompareProcess 对比任务运行详情 注意:此字段可能返回 null,表示取不到有效值。
      • setCompareProcess

        public void setCompareProcess​(ProcessProgress CompareProcess)
        Set 对比任务运行详情 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CompareProcess - 对比任务运行详情 注意:此字段可能返回 null,表示取不到有效值。
      • getConclusion

        public String getConclusion()
        Get 对比结果, 可能的值:same - 一致;different - 不一致;skipAll - 跳过 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Conclusion 对比结果, 可能的值:same - 一致;different - 不一致;skipAll - 跳过 注意:此字段可能返回 null,表示取不到有效值。
      • setConclusion

        public void setConclusion​(String Conclusion)
        Set 对比结果, 可能的值:same - 一致;different - 不一致;skipAll - 跳过 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Conclusion - 对比结果, 可能的值:same - 一致;different - 不一致;skipAll - 跳过 注意:此字段可能返回 null,表示取不到有效值。
      • getCreatedAt

        public String getCreatedAt()
        Get 任务创建时间 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CreatedAt 任务创建时间 注意:此字段可能返回 null,表示取不到有效值。
      • setCreatedAt

        public void setCreatedAt​(String CreatedAt)
        Set 任务创建时间 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CreatedAt - 任务创建时间 注意:此字段可能返回 null,表示取不到有效值。
      • getStartedAt

        public String getStartedAt()
        Get 任务启动时间 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        StartedAt 任务启动时间 注意:此字段可能返回 null,表示取不到有效值。
      • setStartedAt

        public void setStartedAt​(String StartedAt)
        Set 任务启动时间 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        StartedAt - 任务启动时间 注意:此字段可能返回 null,表示取不到有效值。
      • getFinishedAt

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

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

        public String getMethod()
        Get 对比类型,dataCheck(完整数据对比)、sampleDataCheck(抽样数据对比)、rowsCount(行数对比) 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Method 对比类型,dataCheck(完整数据对比)、sampleDataCheck(抽样数据对比)、rowsCount(行数对比) 注意:此字段可能返回 null,表示取不到有效值。
      • setMethod

        public void setMethod​(String Method)
        Set 对比类型,dataCheck(完整数据对比)、sampleDataCheck(抽样数据对比)、rowsCount(行数对比) 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Method - 对比类型,dataCheck(完整数据对比)、sampleDataCheck(抽样数据对比)、rowsCount(行数对比) 注意:此字段可能返回 null,表示取不到有效值。
      • getOptions

        public CompareOptions getOptions()
        Get 对比配置信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Options 对比配置信息 注意:此字段可能返回 null,表示取不到有效值。
      • setOptions

        public void setOptions​(CompareOptions Options)
        Set 对比配置信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Options - 对比配置信息 注意:此字段可能返回 null,表示取不到有效值。
      • getMessage

        public String getMessage()
        Get 一致性校验提示信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Message 一致性校验提示信息 注意:此字段可能返回 null,表示取不到有效值。
      • setMessage

        public void setMessage​(String Message)
        Set 一致性校验提示信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Message - 一致性校验提示信息 注意:此字段可能返回 null,表示取不到有效值。