Class MergeTableResult

    • Constructor Detail

      • MergeTableResult

        public MergeTableResult()
      • MergeTableResult

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

      • getTaskId

        public String getTaskId()
        Get 任务Id 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        TaskId 任务Id 注意:此字段可能返回 null,表示取不到有效值。
      • setTaskId

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

        public ErrorInfo getError()
        Get 成功时此字段返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Error 成功时此字段返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
      • setError

        public void setError​(ErrorInfo Error)
        Set 成功时此字段返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Error - 成功时此字段返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
      • getTable

        public CompareTablesInfo getTable()
        Get 对比的表格信息
        Returns:
        Table 对比的表格信息
      • setTable

        public void setTable​(CompareTablesInfo Table)
        Set 对比的表格信息
        Parameters:
        Table - 对比的表格信息
      • getApplicationId

        public String getApplicationId()
        Get 申请单Id 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ApplicationId 申请单Id 注意:此字段可能返回 null,表示取不到有效值。
      • setApplicationId

        public void setApplicationId​(String ApplicationId)
        Set 申请单Id 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ApplicationId - 申请单Id 注意:此字段可能返回 null,表示取不到有效值。