Class MigrateStepDetailInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dts.v20180330.models.MigrateStepDetailInfo
-
public class MigrateStepDetailInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description MigrateStepDetailInfo()MigrateStepDetailInfo(MigrateStepDetailInfo 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 StringgetStartTime()Get 当前步骤开始的时间,格式为"yyyy-mm-dd hh:mm:ss",该字段不存在或者为空是无意义 注意:此字段可能返回 null,表示取不到有效值。LonggetStatus()Get 步骤状态:0-默认值,1-成功,2-失败,3-执行中,4-未执行StringgetStepId()Get 步骤英文标识StringgetStepName()Get 步骤展现名称LonggetStepNo()Get 步骤序列voidsetStartTime(String StartTime)Set 当前步骤开始的时间,格式为"yyyy-mm-dd hh:mm:ss",该字段不存在或者为空是无意义 注意:此字段可能返回 null,表示取不到有效值。voidsetStatus(Long Status)Set 步骤状态:0-默认值,1-成功,2-失败,3-执行中,4-未执行voidsetStepId(String StepId)Set 步骤英文标识voidsetStepName(String StepName)Set 步骤展现名称voidsetStepNo(Long StepNo)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
-
MigrateStepDetailInfo
public MigrateStepDetailInfo()
-
MigrateStepDetailInfo
public MigrateStepDetailInfo(MigrateStepDetailInfo 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 步骤英文标识- Returns:
- StepId 步骤英文标识
-
setStepId
public void setStepId(String StepId)
Set 步骤英文标识- Parameters:
StepId- 步骤英文标识
-
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-未执行
-
getStartTime
public String getStartTime()
Get 当前步骤开始的时间,格式为"yyyy-mm-dd hh:mm:ss",该字段不存在或者为空是无意义 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- StartTime 当前步骤开始的时间,格式为"yyyy-mm-dd hh:mm:ss",该字段不存在或者为空是无意义 注意:此字段可能返回 null,表示取不到有效值。
-
setStartTime
public void setStartTime(String StartTime)
Set 当前步骤开始的时间,格式为"yyyy-mm-dd hh:mm:ss",该字段不存在或者为空是无意义 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
StartTime- 当前步骤开始的时间,格式为"yyyy-mm-dd hh:mm:ss",该字段不存在或者为空是无意义 注意:此字段可能返回 null,表示取不到有效值。
-
-