Class ProcessProgress
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dts.v20211206.models.ProcessProgress
-
public class ProcessProgress extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ProcessProgress()ProcessProgress(ProcessProgress 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 StringgetMessage()Get 当前步骤输出提示信息 注意:此字段可能返回 null,表示取不到有效值。LonggetPercent()Get 进度信息 注意:此字段可能返回 null,表示取不到有效值。StringgetStatus()Get 步骤的状态, 包括:notStarted(未开始)、running(运行中)、success(成功)、failed(失败)等 注意:此字段可能返回 null,表示取不到有效值。LonggetStepAll()Get 总的步骤数 注意:此字段可能返回 null,表示取不到有效值。LonggetStepNow()Get 当前进行的步骤 注意:此字段可能返回 null,表示取不到有效值。StepDetailInfo[]getSteps()Get 步骤信息 注意:此字段可能返回 null,表示取不到有效值。voidsetMessage(String Message)Set 当前步骤输出提示信息 注意:此字段可能返回 null,表示取不到有效值。voidsetPercent(Long Percent)Set 进度信息 注意:此字段可能返回 null,表示取不到有效值。voidsetStatus(String Status)Set 步骤的状态, 包括:notStarted(未开始)、running(运行中)、success(成功)、failed(失败)等 注意:此字段可能返回 null,表示取不到有效值。voidsetStepAll(Long StepAll)Set 总的步骤数 注意:此字段可能返回 null,表示取不到有效值。voidsetStepNow(Long StepNow)Set 当前进行的步骤 注意:此字段可能返回 null,表示取不到有效值。voidsetSteps(StepDetailInfo[] Steps)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
-
ProcessProgress
public ProcessProgress()
-
ProcessProgress
public ProcessProgress(ProcessProgress 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
-
getStatus
public String getStatus()
Get 步骤的状态, 包括:notStarted(未开始)、running(运行中)、success(成功)、failed(失败)等 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Status 步骤的状态, 包括:notStarted(未开始)、running(运行中)、success(成功)、failed(失败)等 注意:此字段可能返回 null,表示取不到有效值。
-
setStatus
public void setStatus(String Status)
Set 步骤的状态, 包括:notStarted(未开始)、running(运行中)、success(成功)、failed(失败)等 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Status- 步骤的状态, 包括:notStarted(未开始)、running(运行中)、success(成功)、failed(失败)等 注意:此字段可能返回 null,表示取不到有效值。
-
getPercent
public Long getPercent()
Get 进度信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Percent 进度信息 注意:此字段可能返回 null,表示取不到有效值。
-
setPercent
public void setPercent(Long Percent)
Set 进度信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Percent- 进度信息 注意:此字段可能返回 null,表示取不到有效值。
-
getStepAll
public Long getStepAll()
Get 总的步骤数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- StepAll 总的步骤数 注意:此字段可能返回 null,表示取不到有效值。
-
setStepAll
public void setStepAll(Long StepAll)
Set 总的步骤数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
StepAll- 总的步骤数 注意:此字段可能返回 null,表示取不到有效值。
-
getStepNow
public Long getStepNow()
Get 当前进行的步骤 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- StepNow 当前进行的步骤 注意:此字段可能返回 null,表示取不到有效值。
-
setStepNow
public void setStepNow(Long StepNow)
Set 当前进行的步骤 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
StepNow- 当前进行的步骤 注意:此字段可能返回 null,表示取不到有效值。
-
getMessage
public String getMessage()
Get 当前步骤输出提示信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Message 当前步骤输出提示信息 注意:此字段可能返回 null,表示取不到有效值。
-
setMessage
public void setMessage(String Message)
Set 当前步骤输出提示信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Message- 当前步骤输出提示信息 注意:此字段可能返回 null,表示取不到有效值。
-
getSteps
public StepDetailInfo[] getSteps()
Get 步骤信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Steps 步骤信息 注意:此字段可能返回 null,表示取不到有效值。
-
setSteps
public void setSteps(StepDetailInfo[] Steps)
Set 步骤信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Steps- 步骤信息 注意:此字段可能返回 null,表示取不到有效值。
-
-