Class TaskStatus
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.msp.v20180319.models.TaskStatus
-
public class TaskStatus extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description TaskStatus()TaskStatus(TaskStatus 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 StringgetProgress()Get 迁移进度StringgetStatus()Get 迁移状态StringgetUpdateTime()Get 迁移日期voidsetProgress(String Progress)Set 迁移进度voidsetStatus(String Status)Set 迁移状态voidsetUpdateTime(String UpdateTime)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
-
TaskStatus
public TaskStatus()
-
TaskStatus
public TaskStatus(TaskStatus 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 迁移状态- Returns:
- Status 迁移状态
-
setStatus
public void setStatus(String Status)
Set 迁移状态- Parameters:
Status- 迁移状态
-
getProgress
public String getProgress()
Get 迁移进度- Returns:
- Progress 迁移进度
-
setProgress
public void setProgress(String Progress)
Set 迁移进度- Parameters:
Progress- 迁移进度
-
getUpdateTime
public String getUpdateTime()
Get 迁移日期- Returns:
- UpdateTime 迁移日期
-
setUpdateTime
public void setUpdateTime(String UpdateTime)
Set 迁移日期- Parameters:
UpdateTime- 迁移日期
-
-