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 Creation time
|
Long |
getDays()
Get Validity period (in days) of the temporary copy generated during restoration
|
String |
getFilePath()
Get Restoration task file path
|
Long |
getRestoreTaskId()
Get Restoration task ID
|
Long |
getStatus()
Get Restoration task status (1: binding file; 2: file binding completed; 3: restoring file; 4: file restoration completed)
|
Long |
getType()
Get Restoration task type (`1`: standard; `2`: expedited; `3`: bulk, with only the expedited type available currently)
|
void |
setCreateTime(String CreateTime)
Set Creation time
|
void |
setDays(Long Days)
Set Validity period (in days) of the temporary copy generated during restoration
|
void |
setFilePath(String FilePath)
Set Restoration task file path
|
void |
setRestoreTaskId(Long RestoreTaskId)
Set Restoration task ID
|
void |
setStatus(Long Status)
Set Restoration task status (1: binding file; 2: file binding completed; 3: restoring file; 4: file restoration completed)
|
void |
setType(Long Type)
Set Restoration task type (`1`: standard; `2`: expedited; `3`: bulk, with only the expedited type available currently)
|
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
- Restoration task IDpublic String getFilePath()
public void setFilePath(String FilePath)
FilePath
- Restoration task file pathpublic Long getType()
public void setType(Long Type)
Type
- Restoration task type (`1`: standard; `2`: expedited; `3`: bulk, with only the expedited type available currently)public Long getDays()
public void setDays(Long Days)
Days
- Validity period (in days) of the temporary copy generated during restorationpublic Long getStatus()
public void setStatus(Long Status)
Status
- Restoration task status (1: binding file; 2: file binding completed; 3: restoring file; 4: file restoration completed)public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation timeCopyright © 2023. All rights reserved.