Class SyncDetailInfo

    • Constructor Detail

      • SyncDetailInfo

        public SyncDetailInfo()
      • SyncDetailInfo

        public SyncDetailInfo​(SyncDetailInfo 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 总步骤数 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        StepAll 总步骤数 注意:此字段可能返回 null,表示取不到有效值。
      • setStepAll

        public void setStepAll​(Long StepAll)
        Set 总步骤数 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        StepAll - 总步骤数 注意:此字段可能返回 null,表示取不到有效值。
      • getStepNow

        public Long getStepNow()
        Get 当前步骤 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        StepNow 当前步骤 注意:此字段可能返回 null,表示取不到有效值。
      • setStepNow

        public void setStepNow​(Long StepNow)
        Set 当前步骤 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        StepNow - 当前步骤 注意:此字段可能返回 null,表示取不到有效值。
      • getProgress

        public Long getProgress()
        Get 总体进度 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Progress 总体进度 注意:此字段可能返回 null,表示取不到有效值。
      • setProgress

        public void setProgress​(Long Progress)
        Set 总体进度 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Progress - 总体进度 注意:此字段可能返回 null,表示取不到有效值。
      • getCurrentStepProgress

        public Long getCurrentStepProgress()
        Get 当前步骤进度,范围为[0-100],若为-1表示当前步骤不支持查看进度 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CurrentStepProgress 当前步骤进度,范围为[0-100],若为-1表示当前步骤不支持查看进度 注意:此字段可能返回 null,表示取不到有效值。
      • setCurrentStepProgress

        public void setCurrentStepProgress​(Long CurrentStepProgress)
        Set 当前步骤进度,范围为[0-100],若为-1表示当前步骤不支持查看进度 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CurrentStepProgress - 当前步骤进度,范围为[0-100],若为-1表示当前步骤不支持查看进度 注意:此字段可能返回 null,表示取不到有效值。
      • getMasterSlaveDistance

        public Long getMasterSlaveDistance()
        Get 同步两端数据量差距 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        MasterSlaveDistance 同步两端数据量差距 注意:此字段可能返回 null,表示取不到有效值。
      • setMasterSlaveDistance

        public void setMasterSlaveDistance​(Long MasterSlaveDistance)
        Set 同步两端数据量差距 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        MasterSlaveDistance - 同步两端数据量差距 注意:此字段可能返回 null,表示取不到有效值。
      • getSecondsBehindMaster

        public Long getSecondsBehindMaster()
        Get 同步两端时间差距 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        SecondsBehindMaster 同步两端时间差距 注意:此字段可能返回 null,表示取不到有效值。
      • setSecondsBehindMaster

        public void setSecondsBehindMaster​(Long SecondsBehindMaster)
        Set 同步两端时间差距 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        SecondsBehindMaster - 同步两端时间差距 注意:此字段可能返回 null,表示取不到有效值。
      • getMessage

        public String getMessage()
        Get 总体描述信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Message 总体描述信息 注意:此字段可能返回 null,表示取不到有效值。
      • setMessage

        public void setMessage​(String Message)
        Set 总体描述信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Message - 总体描述信息 注意:此字段可能返回 null,表示取不到有效值。
      • getStepInfos

        public StepInfo[] getStepInfos()
        Get 详细步骤信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        StepInfos 详细步骤信息 注意:此字段可能返回 null,表示取不到有效值。
      • setStepInfos

        public void setStepInfos​(StepInfo[] StepInfos)
        Set 详细步骤信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        StepInfos - 详细步骤信息 注意:此字段可能返回 null,表示取不到有效值。
      • getCauseOfCompareDisable

        public String getCauseOfCompareDisable()
        Get 不能发起一致性校验的原因 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CauseOfCompareDisable 不能发起一致性校验的原因 注意:此字段可能返回 null,表示取不到有效值。
      • setCauseOfCompareDisable

        public void setCauseOfCompareDisable​(String CauseOfCompareDisable)
        Set 不能发起一致性校验的原因 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CauseOfCompareDisable - 不能发起一致性校验的原因 注意:此字段可能返回 null,表示取不到有效值。
      • getErrInfo

        public ErrInfo getErrInfo()
        Get 任务的错误和解决方案信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ErrInfo 任务的错误和解决方案信息 注意:此字段可能返回 null,表示取不到有效值。
      • setErrInfo

        public void setErrInfo​(ErrInfo ErrInfo)
        Set 任务的错误和解决方案信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ErrInfo - 任务的错误和解决方案信息 注意:此字段可能返回 null,表示取不到有效值。