Class StepInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dts.v20211206.models.StepInfo
-
public class StepInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StepTip[]getErrors()Get 错误信息 注意:此字段可能返回 null,表示取不到有效值。LonggetProgress()Get 当前步骤进度,范围为[0-100],若为-1表示当前步骤不支持查看进度 注意:此字段可能返回 null,表示取不到有效值。StringgetStartTime()Get 步骤开始时间,可能为空 注意:此字段可能返回 null,表示取不到有效值。StringgetStatus()Get 当前步骤状态,可能返回有 notStarted(未开始)、running(校验中)、failed(校验任务失败)、finished(完成)、skipped(跳过)、paused(暂停) 注意:此字段可能返回 null,表示取不到有效值。StringgetStepId()Get 步骤标号 注意:此字段可能返回 null,表示取不到有效值。StringgetStepName()Get 步骤名 注意:此字段可能返回 null,表示取不到有效值。LonggetStepNo()Get 步骤编号 注意:此字段可能返回 null,表示取不到有效值。StepTip[]getWarnings()Get 警告信息 注意:此字段可能返回 null,表示取不到有效值。voidsetErrors(StepTip[] Errors)Set 错误信息 注意:此字段可能返回 null,表示取不到有效值。voidsetProgress(Long Progress)Set 当前步骤进度,范围为[0-100],若为-1表示当前步骤不支持查看进度 注意:此字段可能返回 null,表示取不到有效值。voidsetStartTime(String StartTime)Set 步骤开始时间,可能为空 注意:此字段可能返回 null,表示取不到有效值。voidsetStatus(String Status)Set 当前步骤状态,可能返回有 notStarted(未开始)、running(校验中)、failed(校验任务失败)、finished(完成)、skipped(跳过)、paused(暂停) 注意:此字段可能返回 null,表示取不到有效值。voidsetStepId(String StepId)Set 步骤标号 注意:此字段可能返回 null,表示取不到有效值。voidsetStepName(String StepName)Set 步骤名 注意:此字段可能返回 null,表示取不到有效值。voidsetStepNo(Long StepNo)Set 步骤编号 注意:此字段可能返回 null,表示取不到有效值。voidsetWarnings(StepTip[] Warnings)Set 警告信息 注意:此字段可能返回 null,表示取不到有效值。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
-
StepInfo
public StepInfo()
-
StepInfo
public StepInfo(StepInfo 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 步骤编号 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- StepNo 步骤编号 注意:此字段可能返回 null,表示取不到有效值。
-
setStepNo
public void setStepNo(Long StepNo)
Set 步骤编号 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
StepNo- 步骤编号 注意:此字段可能返回 null,表示取不到有效值。
-
getStepName
public String getStepName()
Get 步骤名 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- StepName 步骤名 注意:此字段可能返回 null,表示取不到有效值。
-
setStepName
public void setStepName(String StepName)
Set 步骤名 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
StepName- 步骤名 注意:此字段可能返回 null,表示取不到有效值。
-
getStepId
public String getStepId()
Get 步骤标号 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- StepId 步骤标号 注意:此字段可能返回 null,表示取不到有效值。
-
setStepId
public void setStepId(String StepId)
Set 步骤标号 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
StepId- 步骤标号 注意:此字段可能返回 null,表示取不到有效值。
-
getStatus
public String getStatus()
Get 当前步骤状态,可能返回有 notStarted(未开始)、running(校验中)、failed(校验任务失败)、finished(完成)、skipped(跳过)、paused(暂停) 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Status 当前步骤状态,可能返回有 notStarted(未开始)、running(校验中)、failed(校验任务失败)、finished(完成)、skipped(跳过)、paused(暂停) 注意:此字段可能返回 null,表示取不到有效值。
-
setStatus
public void setStatus(String Status)
Set 当前步骤状态,可能返回有 notStarted(未开始)、running(校验中)、failed(校验任务失败)、finished(完成)、skipped(跳过)、paused(暂停) 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Status- 当前步骤状态,可能返回有 notStarted(未开始)、running(校验中)、failed(校验任务失败)、finished(完成)、skipped(跳过)、paused(暂停) 注意:此字段可能返回 null,表示取不到有效值。
-
getStartTime
public String getStartTime()
Get 步骤开始时间,可能为空 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- StartTime 步骤开始时间,可能为空 注意:此字段可能返回 null,表示取不到有效值。
-
setStartTime
public void setStartTime(String StartTime)
Set 步骤开始时间,可能为空 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
StartTime- 步骤开始时间,可能为空 注意:此字段可能返回 null,表示取不到有效值。
-
getErrors
public StepTip[] getErrors()
Get 错误信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Errors 错误信息 注意:此字段可能返回 null,表示取不到有效值。
-
setErrors
public void setErrors(StepTip[] Errors)
Set 错误信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Errors- 错误信息 注意:此字段可能返回 null,表示取不到有效值。
-
getWarnings
public StepTip[] getWarnings()
Get 警告信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Warnings 警告信息 注意:此字段可能返回 null,表示取不到有效值。
-
setWarnings
public void setWarnings(StepTip[] Warnings)
Set 警告信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Warnings- 警告信息 注意:此字段可能返回 null,表示取不到有效值。
-
getProgress
public Long getProgress()
Get 当前步骤进度,范围为[0-100],若为-1表示当前步骤不支持查看进度 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Progress 当前步骤进度,范围为[0-100],若为-1表示当前步骤不支持查看进度 注意:此字段可能返回 null,表示取不到有效值。
-
setProgress
public void setProgress(Long Progress)
Set 当前步骤进度,范围为[0-100],若为-1表示当前步骤不支持查看进度 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Progress- 当前步骤进度,范围为[0-100],若为-1表示当前步骤不支持查看进度 注意:此字段可能返回 null,表示取不到有效值。
-
-