Class MigrationStep
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.sqlserver.v20180328.models.MigrationStep
-
public class MigrationStep extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description MigrationStep()
MigrationStep(MigrationStep 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
getStatus()
Get 步骤状态:0-默认值,1-成功,2-失败,3-执行中,4-未执行String
getStepId()
Get 英文ID标识String
getStepName()
Get 步骤展现名称Long
getStepNo()
Get 步骤序列void
setStatus(Long Status)
Set 步骤状态:0-默认值,1-成功,2-失败,3-执行中,4-未执行void
setStepId(String StepId)
Set 英文ID标识void
setStepName(String StepName)
Set 步骤展现名称void
setStepNo(Long StepNo)
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
-
MigrationStep
public MigrationStep()
-
MigrationStep
public MigrationStep(MigrationStep 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
-
getStepNo
public Long getStepNo()
Get 步骤序列- Returns:
- StepNo 步骤序列
-
setStepNo
public void setStepNo(Long StepNo)
Set 步骤序列- Parameters:
StepNo
- 步骤序列
-
getStepName
public String getStepName()
Get 步骤展现名称- Returns:
- StepName 步骤展现名称
-
setStepName
public void setStepName(String StepName)
Set 步骤展现名称- Parameters:
StepName
- 步骤展现名称
-
getStepId
public String getStepId()
Get 英文ID标识- Returns:
- StepId 英文ID标识
-
setStepId
public void setStepId(String StepId)
Set 英文ID标识- Parameters:
StepId
- 英文ID标识
-
getStatus
public Long getStatus()
Get 步骤状态:0-默认值,1-成功,2-失败,3-执行中,4-未执行- Returns:
- Status 步骤状态:0-默认值,1-成功,2-失败,3-执行中,4-未执行
-
setStatus
public void setStatus(Long Status)
Set 步骤状态:0-默认值,1-成功,2-失败,3-执行中,4-未执行- Parameters:
Status
- 步骤状态:0-默认值,1-成功,2-失败,3-执行中,4-未执行
-
-