Class CheckStepInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dts.v20211206.models.CheckStepInfo
-
public class CheckStepInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CheckStepInfo()CheckStepInfo(CheckStepInfo 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 StringgetEndAt()Get 任务结束时间 注意:此字段可能返回 null,表示取不到有效值。ProcessProgressgetProgress()Get 任务步骤信息 注意:此字段可能返回 null,表示取不到有效值。StringgetStartAt()Get 任务开始时间 注意:此字段可能返回 null,表示取不到有效值。voidsetEndAt(String EndAt)Set 任务结束时间 注意:此字段可能返回 null,表示取不到有效值。voidsetProgress(ProcessProgress Progress)Set 任务步骤信息 注意:此字段可能返回 null,表示取不到有效值。voidsetStartAt(String StartAt)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
-
CheckStepInfo
public CheckStepInfo()
-
CheckStepInfo
public CheckStepInfo(CheckStepInfo 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
-
getStartAt
public String getStartAt()
Get 任务开始时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- StartAt 任务开始时间 注意:此字段可能返回 null,表示取不到有效值。
-
setStartAt
public void setStartAt(String StartAt)
Set 任务开始时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
StartAt- 任务开始时间 注意:此字段可能返回 null,表示取不到有效值。
-
getEndAt
public String getEndAt()
Get 任务结束时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- EndAt 任务结束时间 注意:此字段可能返回 null,表示取不到有效值。
-
setEndAt
public void setEndAt(String EndAt)
Set 任务结束时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
EndAt- 任务结束时间 注意:此字段可能返回 null,表示取不到有效值。
-
getProgress
public ProcessProgress getProgress()
Get 任务步骤信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Progress 任务步骤信息 注意:此字段可能返回 null,表示取不到有效值。
-
setProgress
public void setProgress(ProcessProgress Progress)
Set 任务步骤信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Progress- 任务步骤信息 注意:此字段可能返回 null,表示取不到有效值。
-
-