Class DeleteBackupRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cynosdb.v20190107.models.DeleteBackupRequest
-
public class DeleteBackupRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteBackupRequest()DeleteBackupRequest(DeleteBackupRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long[]getBackupIds()Get 备份文件ID,推荐使用StringgetClusterId()Get 集群IDLong[]getSnapshotIdList()Get 备份文件ID,旧版本使用的字段,不推荐使用voidsetBackupIds(Long[] BackupIds)Set 备份文件ID,推荐使用voidsetClusterId(String ClusterId)Set 集群IDvoidsetSnapshotIdList(Long[] SnapshotIdList)Set 备份文件ID,旧版本使用的字段,不推荐使用voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DeleteBackupRequest
public DeleteBackupRequest()
-
DeleteBackupRequest
public DeleteBackupRequest(DeleteBackupRequest 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.
-
-
Method Detail
-
getClusterId
public String getClusterId()
Get 集群ID- Returns:
- ClusterId 集群ID
-
setClusterId
public void setClusterId(String ClusterId)
Set 集群ID- Parameters:
ClusterId- 集群ID
-
getSnapshotIdList
public Long[] getSnapshotIdList()
Get 备份文件ID,旧版本使用的字段,不推荐使用- Returns:
- SnapshotIdList 备份文件ID,旧版本使用的字段,不推荐使用
-
setSnapshotIdList
public void setSnapshotIdList(Long[] SnapshotIdList)
Set 备份文件ID,旧版本使用的字段,不推荐使用- Parameters:
SnapshotIdList- 备份文件ID,旧版本使用的字段,不推荐使用
-
getBackupIds
public Long[] getBackupIds()
Get 备份文件ID,推荐使用- Returns:
- BackupIds 备份文件ID,推荐使用
-
setBackupIds
public void setBackupIds(Long[] BackupIds)
Set 备份文件ID,推荐使用- Parameters:
BackupIds- 备份文件ID,推荐使用
-
-