public class DescribeSecondLevelBackupInfoResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeSecondLevelBackupInfoResponse() |
DescribeSecondLevelBackupInfoResponse(DescribeSecondLevelBackupInfoResponse 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 |
getBackupId()
Get Backup record ID.
|
Long |
getBackupTimestamp()
Get Backup timestamp.
|
SecondLevelBackupMissingTimestamps[] |
getMissingTimestamps()
Get Timestamp range within which backup is missing.
|
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 |
getStartTimestamp()
Get Timestamp when second-level backup is enabled for the instance.
|
void |
setBackupId(String BackupId)
Set Backup record ID.
|
void |
setBackupTimestamp(Long BackupTimestamp)
Set Backup timestamp.
|
void |
setMissingTimestamps(SecondLevelBackupMissingTimestamps[] MissingTimestamps)
Set Timestamp range within which backup is missing.
|
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 |
setStartTimestamp(Long StartTimestamp)
Set Timestamp when second-level backup is enabled for the instance.
|
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 DescribeSecondLevelBackupInfoResponse()
public DescribeSecondLevelBackupInfoResponse(DescribeSecondLevelBackupInfoResponse source)
public String getBackupId()
public void setBackupId(String BackupId)
BackupId
- Backup record ID.public Long getBackupTimestamp()
public void setBackupTimestamp(Long BackupTimestamp)
BackupTimestamp
- Backup timestamp.public SecondLevelBackupMissingTimestamps[] getMissingTimestamps()
public void setMissingTimestamps(SecondLevelBackupMissingTimestamps[] MissingTimestamps)
MissingTimestamps
- Timestamp range within which backup is missing.
Note: This field may return null, indicating that no valid value can be obtained.public Long getStartTimestamp()
public void setStartTimestamp(Long StartTimestamp)
StartTimestamp
- Timestamp when second-level backup is enabled for the instance.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.