Class MigrateDetail
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.sqlserver.v20180328.models.MigrateDetail
-
public class MigrateDetail extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description MigrateDetail()
MigrateDetail(MigrateDetail 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 Long
getProgress()
Get 当前环节的进度(单位是%)String
getStepName()
Get 当前环节的名称void
setProgress(Long Progress)
Set 当前环节的进度(单位是%)void
setStepName(String StepName)
Set 当前环节的名称void
toMap(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
-
MigrateDetail
public MigrateDetail()
-
MigrateDetail
public MigrateDetail(MigrateDetail 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
-
getStepName
public String getStepName()
Get 当前环节的名称- Returns:
- StepName 当前环节的名称
-
setStepName
public void setStepName(String StepName)
Set 当前环节的名称- Parameters:
StepName
- 当前环节的名称
-
getProgress
public Long getProgress()
Get 当前环节的进度(单位是%)- Returns:
- Progress 当前环节的进度(单位是%)
-
setProgress
public void setProgress(Long Progress)
Set 当前环节的进度(单位是%)- Parameters:
Progress
- 当前环节的进度(单位是%)
-
-