public class BackupInfo extends AbstractModel
| Constructor and Description | 
|---|
| BackupInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getBackupId()Get Backup subtask ID, which is used when backup files are deleted | 
| String | getCreator()Get (This field will be disused and is thus not recommended) backup creator. | 
| String | getDate()Get Backup snapshot time in the format of yyyy-MM-dd HH:mm:ss, such as 2016-03-17 02:10:37 | 
| String | getFinishTime()Get Backup task completion time | 
| String | getInternetUrl()Get Download address on the public network | 
| String | getIntranetUrl()Get Download address on the private network | 
| String | getMethod()Get Backup method. | 
| String | getName()Get Backup filename | 
| Long | getSize()Get Backup file size in bytes | 
| String | getStartTime()Get Backup task start time | 
| String | getStatus()Get Backup task status. | 
| String | getType()Get Log type. | 
| String | getWay()Get Backup mode. | 
| void | setBackupId(Long BackupId)Set Backup subtask ID, which is used when backup files are deleted | 
| void | setCreator(String Creator)Set (This field will be disused and is thus not recommended) backup creator. | 
| void | setDate(String Date)Set Backup snapshot time in the format of yyyy-MM-dd HH:mm:ss, such as 2016-03-17 02:10:37 | 
| void | setFinishTime(String FinishTime)Set Backup task completion time | 
| void | setInternetUrl(String InternetUrl)Set Download address on the public network | 
| void | setIntranetUrl(String IntranetUrl)Set Download address on the private network | 
| void | setMethod(String Method)Set Backup method. | 
| void | setName(String Name)Set Backup filename | 
| void | setSize(Long Size)Set Backup file size in bytes | 
| void | setStartTime(String StartTime)Set Backup task start time | 
| void | setStatus(String Status)Set Backup task status. | 
| void | setType(String Type)Set Log type. | 
| void | setWay(String Way)Set Backup mode. | 
| 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 String getName()
public void setName(String Name)
Name - Backup filenamepublic Long getSize()
public void setSize(Long Size)
Size - Backup file size in bytespublic String getDate()
public void setDate(String Date)
Date - Backup snapshot time in the format of yyyy-MM-dd HH:mm:ss, such as 2016-03-17 02:10:37public String getIntranetUrl()
public void setIntranetUrl(String IntranetUrl)
IntranetUrl - Download address on the private networkpublic String getInternetUrl()
public void setInternetUrl(String InternetUrl)
InternetUrl - Download address on the public networkpublic String getType()
public void setType(String Type)
Type - Log type. Valid values: `logical` (logical cold backup), `physical` (physical cold backup).public Long getBackupId()
public void setBackupId(Long BackupId)
BackupId - Backup subtask ID, which is used when backup files are deletedpublic 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 getFinishTime()
public void setFinishTime(String FinishTime)
FinishTime - Backup task completion timepublic String getCreator()
public void setCreator(String Creator)
Creator - (This field will be disused and is thus not recommended) backup creator. Valid values: `SYSTEM` (created by system), `Uin` (initiator's `Uin` value).public String getStartTime()
public void setStartTime(String StartTime)
StartTime - Backup task start timepublic String getMethod()
public void setMethod(String Method)
Method - Backup method. Valid values: `full` (full backup), `partial` (partial backup).public String getWay()
public void setWay(String Way)
Way - Backup mode. Valid values: `manual` (manual backup), `automatic` (automatic backup).Copyright © 2020. All rights reserved.