Class DescribeBackupDownloadURLRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.postgres.v20170312.models.DescribeBackupDownloadURLRequest
-
public class DescribeBackupDownloadURLRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeBackupDownloadURLRequest()
DescribeBackupDownloadURLRequest(DescribeBackupDownloadURLRequest 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 BackupDownloadRestriction
getBackupDownloadRestriction()
Get 备份下载限制String
getBackupId()
Get 备份的唯一ID。String
getBackupType()
Get 备份类型,目前支持:LogBackup,BaseBackup。String
getDBInstanceId()
Get 实例ID。Long
getURLExpireTime()
Get 链接的有效时间,默认为12小时。void
setBackupDownloadRestriction(BackupDownloadRestriction BackupDownloadRestriction)
Set 备份下载限制void
setBackupId(String BackupId)
Set 备份的唯一ID。void
setBackupType(String BackupType)
Set 备份类型,目前支持:LogBackup,BaseBackup。void
setDBInstanceId(String DBInstanceId)
Set 实例ID。void
setURLExpireTime(Long URLExpireTime)
Set 链接的有效时间,默认为12小时。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
-
DescribeBackupDownloadURLRequest
public DescribeBackupDownloadURLRequest()
-
DescribeBackupDownloadURLRequest
public DescribeBackupDownloadURLRequest(DescribeBackupDownloadURLRequest 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。
-
getBackupType
public String getBackupType()
Get 备份类型,目前支持:LogBackup,BaseBackup。- Returns:
- BackupType 备份类型,目前支持:LogBackup,BaseBackup。
-
setBackupType
public void setBackupType(String BackupType)
Set 备份类型,目前支持:LogBackup,BaseBackup。- Parameters:
BackupType
- 备份类型,目前支持:LogBackup,BaseBackup。
-
getBackupId
public String getBackupId()
Get 备份的唯一ID。- Returns:
- BackupId 备份的唯一ID。
-
setBackupId
public void setBackupId(String BackupId)
Set 备份的唯一ID。- Parameters:
BackupId
- 备份的唯一ID。
-
getURLExpireTime
public Long getURLExpireTime()
Get 链接的有效时间,默认为12小时。- Returns:
- URLExpireTime 链接的有效时间,默认为12小时。
-
setURLExpireTime
public void setURLExpireTime(Long URLExpireTime)
Set 链接的有效时间,默认为12小时。- Parameters:
URLExpireTime
- 链接的有效时间,默认为12小时。
-
getBackupDownloadRestriction
public BackupDownloadRestriction getBackupDownloadRestriction()
Get 备份下载限制- Returns:
- BackupDownloadRestriction 备份下载限制
-
setBackupDownloadRestriction
public void setBackupDownloadRestriction(BackupDownloadRestriction BackupDownloadRestriction)
Set 备份下载限制- Parameters:
BackupDownloadRestriction
- 备份下载限制
-
-