Class MigrationDetail

    • Constructor Detail

      • MigrationDetail

        public MigrationDetail()
      • MigrationDetail

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

      • getStepAll

        public Long getStepAll()
        Get 总步骤数
        Returns:
        StepAll 总步骤数
      • setStepAll

        public void setStepAll​(Long StepAll)
        Set 总步骤数
        Parameters:
        StepAll - 总步骤数
      • getStepNow

        public Long getStepNow()
        Get 当前步骤
        Returns:
        StepNow 当前步骤
      • setStepNow

        public void setStepNow​(Long StepNow)
        Set 当前步骤
        Parameters:
        StepNow - 当前步骤
      • getProgress

        public Long getProgress()
        Get 总进度,如:"30"表示30%
        Returns:
        Progress 总进度,如:"30"表示30%
      • setProgress

        public void setProgress​(Long Progress)
        Set 总进度,如:"30"表示30%
        Parameters:
        Progress - 总进度,如:"30"表示30%
      • getStepInfo

        public MigrationStep[] getStepInfo()
        Get 步骤信息,null表示还未开始迁移 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        StepInfo 步骤信息,null表示还未开始迁移 注意:此字段可能返回 null,表示取不到有效值。
      • setStepInfo

        public void setStepInfo​(MigrationStep[] StepInfo)
        Set 步骤信息,null表示还未开始迁移 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        StepInfo - 步骤信息,null表示还未开始迁移 注意:此字段可能返回 null,表示取不到有效值。