public class DeleteBackupRecordsRequest extends AbstractModel
Constructor and Description |
---|
DeleteBackupRecordsRequest() |
DeleteBackupRecordsRequest(DeleteBackupRecordsRequest 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 |
---|---|
BackupRecords[] |
getBackupRecords()
Get 待删除备份记录的详情
|
String |
getClusterId()
Get 待删除备份记录的所在集群ID
|
void |
setBackupRecords(BackupRecords[] BackupRecords)
Set 待删除备份记录的详情
|
void |
setClusterId(String ClusterId)
Set 待删除备份记录的所在集群ID
|
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, toJsonString
public DeleteBackupRecordsRequest()
public DeleteBackupRecordsRequest(DeleteBackupRecordsRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 待删除备份记录的所在集群IDpublic BackupRecords[] getBackupRecords()
public void setBackupRecords(BackupRecords[] BackupRecords)
BackupRecords
- 待删除备份记录的详情Copyright © 2023. All rights reserved.