Class MigrationDetail
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.sqlserver.v20180328.models.MigrationDetail
-
public class MigrationDetail extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description MigrationDetail()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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetProgress()Get 总进度,如:"30"表示30%LonggetStepAll()Get 总步骤数MigrationStep[]getStepInfo()Get 步骤信息,null表示还未开始迁移 注意:此字段可能返回 null,表示取不到有效值。LonggetStepNow()Get 当前步骤voidsetProgress(Long Progress)Set 总进度,如:"30"表示30%voidsetStepAll(Long StepAll)Set 总步骤数voidsetStepInfo(MigrationStep[] StepInfo)Set 步骤信息,null表示还未开始迁移 注意:此字段可能返回 null,表示取不到有效值。voidsetStepNow(Long StepNow)Set 当前步骤voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
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,表示取不到有效值。
-
-