public class DescribeBackupDecryptionKeyRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeBackupDecryptionKeyRequest() |
DescribeBackupDecryptionKeyRequest(DescribeBackupDecryptionKeyRequest 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 |
---|---|
Long |
getBackupId()
Get 实例的备份 ID,可通过 [DescribeBackups](https://cloud.tencent.com/document/api/236/15842) 接口查询备份的 ID。
|
String |
getBackupType()
Get 备份类型。data-数据备份,binlog-日志备份,默认为 data。
|
String |
getInstanceId()
Get 实例 ID,格式如:cdb-fybaegd8。与云数据库控制台页面中显示的实例 ID 相同。
|
void |
setBackupId(Long BackupId)
Set 实例的备份 ID,可通过 [DescribeBackups](https://cloud.tencent.com/document/api/236/15842) 接口查询备份的 ID。
|
void |
setBackupType(String BackupType)
Set 备份类型。data-数据备份,binlog-日志备份,默认为 data。
|
void |
setInstanceId(String InstanceId)
Set 实例 ID,格式如:cdb-fybaegd8。与云数据库控制台页面中显示的实例 ID 相同。
|
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 DescribeBackupDecryptionKeyRequest()
public DescribeBackupDecryptionKeyRequest(DescribeBackupDecryptionKeyRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例 ID,格式如:cdb-fybaegd8。与云数据库控制台页面中显示的实例 ID 相同。public Long getBackupId()
public void setBackupId(Long BackupId)
BackupId
- 实例的备份 ID,可通过 [DescribeBackups](https://cloud.tencent.com/document/api/236/15842) 接口查询备份的 ID。public String getBackupType()
public void setBackupType(String BackupType)
BackupType
- 备份类型。data-数据备份,binlog-日志备份,默认为 data。Copyright © 2025. All rights reserved.