Class DeleteLogBackupRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.postgres.v20170312.models.DeleteLogBackupRequest
-
public class DeleteLogBackupRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteLogBackupRequest()
DeleteLogBackupRequest(DeleteLogBackupRequest 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 String
getDBInstanceId()
Get 实例ID。String
getLogBackupId()
Get 日志备份ID。void
setDBInstanceId(String DBInstanceId)
Set 实例ID。void
setLogBackupId(String LogBackupId)
Set 日志备份ID。void
toMap(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
-
DeleteLogBackupRequest
public DeleteLogBackupRequest()
-
DeleteLogBackupRequest
public DeleteLogBackupRequest(DeleteLogBackupRequest 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
-
getDBInstanceId
public String getDBInstanceId()
Get 实例ID。- Returns:
- DBInstanceId 实例ID。
-
setDBInstanceId
public void setDBInstanceId(String DBInstanceId)
Set 实例ID。- Parameters:
DBInstanceId
- 实例ID。
-
getLogBackupId
public String getLogBackupId()
Get 日志备份ID。- Returns:
- LogBackupId 日志备份ID。
-
setLogBackupId
public void setLogBackupId(String LogBackupId)
Set 日志备份ID。- Parameters:
LogBackupId
- 日志备份ID。
-
-