public class DescribeBackupByFlowIdResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeBackupByFlowIdResponse() |
DescribeBackupByFlowIdResponse(DescribeBackupByFlowIdResponse 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 |
getBackupName()
Get Backup task name, which can be customized.
|
Long |
getBackupWay()
Get Backup method.
|
String[] |
getDBs()
Get Database list.
|
String |
getEndTime()
Get Backup end time.
|
String |
getExternalAddr()
Get Public network download address.
|
String |
getFileName()
Get File name.
|
String |
getGroupId()
Get Aggregation ID.
|
Long |
getId()
Get Unique identifier of the backup file.
|
String |
getInternalAddr()
Get Private network download address.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
Long |
getSize()
Get File size, in KB.
|
String |
getStartTime()
Get Backup start time.
|
Long |
getStatus()
Get Backup file status.
|
Long |
getStrategy()
Get Backup policy: 0 - instance backup; 1 - multi-database backup.
|
void |
setBackupName(String BackupName)
Set Backup task name, which can be customized.
|
void |
setBackupWay(Long BackupWay)
Set Backup method.
|
void |
setDBs(String[] DBs)
Set Database list.
|
void |
setEndTime(String EndTime)
Set Backup end time.
|
void |
setExternalAddr(String ExternalAddr)
Set Public network download address.
|
void |
setFileName(String FileName)
Set File name.
|
void |
setGroupId(String GroupId)
Set Aggregation ID.
|
void |
setId(Long Id)
Set Unique identifier of the backup file.
|
void |
setInternalAddr(String InternalAddr)
Set Private network download address.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setSize(Long Size)
Set File size, in KB.
|
void |
setStartTime(String StartTime)
Set Backup start time.
|
void |
setStatus(Long Status)
Set Backup file status.
|
void |
setStrategy(Long Strategy)
Set Backup policy: 0 - instance backup; 1 - multi-database backup.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeBackupByFlowIdResponse()
public DescribeBackupByFlowIdResponse(DescribeBackupByFlowIdResponse source)
public Long getId()
public void setId(Long Id)
Id
- Unique identifier of the backup file. This field is used by the RestoreInstance API. For a single-database backup file, only the unique identifier of the backup file for the first record is returned. Through the DescribeBackupFiles API, IDs of all backup files that are available for rollback can be obtained for single-database backup files.public String getFileName()
public void setFileName(String FileName)
FileName
- File name. For a single-database backup file, only the file name of the first record is returned. Through the DescribeBackupFiles API, file names of all records can be obtained for single-database backup files.public String getBackupName()
public void setBackupName(String BackupName)
BackupName
- Backup task name, which can be customized.public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Backup start time.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- Backup end time.public Long getSize()
public void setSize(Long Size)
Size
- File size, in KB. For a single-database backup file, only the file size of the first record is returned. Through the DescribeBackupFiles API, file sizes of all records can be obtained for single-database backup files.public Long getStrategy()
public void setStrategy(Long Strategy)
Strategy
- Backup policy: 0 - instance backup; 1 - multi-database backup. When the instance status is 0 - creating, the default value of this field is 0, which has no practical significance.public Long getStatus()
public void setStatus(Long Status)
Status
- Backup file status. 0 - creating; 1 - successful; 2-failed.public Long getBackupWay()
public void setBackupWay(Long BackupWay)
BackupWay
- Backup method. 0 - scheduled backup; 1 - manual temporary backup. When the instance status is 0 - creating, the default value of this field is 0, which has no practical significance.public String[] getDBs()
public void setDBs(String[] DBs)
DBs
- Database list. For a single-database backup file, only the database name included in the first record is returned. Through the DescribeBackupFiles API, the database names of all records can be obtained for single-database backup files.public String getInternalAddr()
public void setInternalAddr(String InternalAddr)
InternalAddr
- Private network download address. For a single-database backup file, only the private network download address of the first record is returned. Through the DescribeBackupFiles API, download addresses of all records can be obtained for single-database backup files.public String getExternalAddr()
public void setExternalAddr(String ExternalAddr)
ExternalAddr
- Public network download address. For a single-database backup file, only the public network download address of the first record is returned. Through the DescribeBackupFiles API, download addresses of all records can be obtained for single-database backup files.public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- Aggregation ID. This value is not returned for packaging backup files. Call the DescribeBackupFiles API with this value to obtain detailed information about single-database backup files.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.