public class DescribeBackupDetailRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeBackupDetailRequest() | 
| DescribeBackupDetailRequest(DescribeBackupDetailRequest 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 ID, which can be obtained through the response parameter **RedisBackupSet** of the API [DescribeInstanceBackups](https://intl.cloud.tencent.com/document/product/239/20011?from_cn_redirect=1). | 
| String | getInstanceId()Get Instance ID. | 
| void | setBackupId(String BackupId)Set Backup ID, which can be obtained through the response parameter **RedisBackupSet** of the API [DescribeInstanceBackups](https://intl.cloud.tencent.com/document/product/239/20011?from_cn_redirect=1). | 
| void | setInstanceId(String InstanceId)Set Instance ID. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeBackupDetailRequest()
public DescribeBackupDetailRequest(DescribeBackupDetailRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - Instance ID. Log in to the [Redis console](https://console.tencentcloud.com/redis/instance) and copy it in the instance list.public String getBackupId()
public void setBackupId(String BackupId)
BackupId - Backup ID, which can be obtained through the response parameter **RedisBackupSet** of the API [DescribeInstanceBackups](https://intl.cloud.tencent.com/document/product/239/20011?from_cn_redirect=1).Copyright © 2025. All rights reserved.