public class RemoteBackupInfo extends AbstractModel
| Constructor and Description | 
|---|
| RemoteBackupInfo() | 
| RemoteBackupInfo(RemoteBackupInfo 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 | getFinishTime()Get The end time of remote backup | 
| String | getRegion()Get The region where the remote backup resides | 
| String | getStartTime()Get The start time of remote backup | 
| String | getStatus()Get Backup task status. | 
| Long[] | getSubBackupId()Get ID of the remote backup subtask | 
| String | getUrl()Get The download address | 
| void | setFinishTime(String FinishTime)Set The end time of remote backup | 
| void | setRegion(String Region)Set The region where the remote backup resides | 
| void | setStartTime(String StartTime)Set The start time of remote backup | 
| void | setStatus(String Status)Set Backup task status. | 
| void | setSubBackupId(Long[] SubBackupId)Set ID of the remote backup subtask | 
| void | setUrl(String Url)Set The download address | 
| 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, toJsonStringpublic RemoteBackupInfo()
public RemoteBackupInfo(RemoteBackupInfo source)
public Long[] getSubBackupId()
public void setSubBackupId(Long[] SubBackupId)
SubBackupId - ID of the remote backup subtaskpublic String getRegion()
public void setRegion(String Region)
Region - The region where the remote backup residespublic String getStatus()
public void setStatus(String Status)
Status - Backup task status. Valid values: `SUCCESS` (backup succeeded), `FAILED` (backup failed), `RUNNING` (backup is in progress).public String getStartTime()
public void setStartTime(String StartTime)
StartTime - The start time of remote backuppublic String getFinishTime()
public void setFinishTime(String FinishTime)
FinishTime - The end time of remote backuppublic String getUrl()
public void setUrl(String Url)
Url - The download addressCopyright © 2023. All rights reserved.