public class RestoreTask extends AbstractModel
Constructor and Description |
---|
RestoreTask() |
RestoreTask(RestoreTask 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getCreateTime()
Get 创建时间
|
Long |
getDays()
Get 指定恢复出的临时副本的有效时长(单位天)
|
String |
getFilePath()
Get 回热任务文件路径
|
Long |
getRestoreTaskId()
Get 回热任务ID
|
Long |
getStatus()
Get 回热任务状态(1:绑定文件中;2:绑定文件完成;3:文件回热中;4:文件回热完成)
|
Long |
getType()
Get 回热任务类型(1:标准;2:极速;3:批量,暂时仅支持极速)
|
void |
setCreateTime(String CreateTime)
Set 创建时间
|
void |
setDays(Long Days)
Set 指定恢复出的临时副本的有效时长(单位天)
|
void |
setFilePath(String FilePath)
Set 回热任务文件路径
|
void |
setRestoreTaskId(Long RestoreTaskId)
Set 回热任务ID
|
void |
setStatus(Long Status)
Set 回热任务状态(1:绑定文件中;2:绑定文件完成;3:文件回热中;4:文件回热完成)
|
void |
setType(Long Type)
Set 回热任务类型(1:标准;2:极速;3:批量,暂时仅支持极速)
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public RestoreTask()
public RestoreTask(RestoreTask source)
public Long getRestoreTaskId()
public void setRestoreTaskId(Long RestoreTaskId)
RestoreTaskId
- 回热任务IDpublic String getFilePath()
public void setFilePath(String FilePath)
FilePath
- 回热任务文件路径public Long getType()
public void setType(Long Type)
Type
- 回热任务类型(1:标准;2:极速;3:批量,暂时仅支持极速)public Long getDays()
public void setDays(Long Days)
Days
- 指定恢复出的临时副本的有效时长(单位天)public Long getStatus()
public void setStatus(Long Status)
Status
- 回热任务状态(1:绑定文件中;2:绑定文件完成;3:文件回热中;4:文件回热完成)public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间Copyright © 2022. All rights reserved.