Class BackupRecords
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcaplusdb.v20190823.models.BackupRecords
-
public class BackupRecords extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description BackupRecords()BackupRecords(BackupRecords 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 LonggetAppId()Get 业务IDStringgetBackupBatchTime()Get 备份批次日期StringgetBackupExpireTime()Get 备份文件过期时间LonggetBackupFileSize()Get 备份文件汇总大小StringgetBackupSuccRate()Get 备份成功率StringgetBackupType()Get 备份源StringgetFileTag()Get 文件标签:TCAPLUS_FULL或OSDATALonggetShardCount()Get 分片数量StringgetTableName()Get 表名称LonggetZoneId()Get 表格组IDvoidsetAppId(Long AppId)Set 业务IDvoidsetBackupBatchTime(String BackupBatchTime)Set 备份批次日期voidsetBackupExpireTime(String BackupExpireTime)Set 备份文件过期时间voidsetBackupFileSize(Long BackupFileSize)Set 备份文件汇总大小voidsetBackupSuccRate(String BackupSuccRate)Set 备份成功率voidsetBackupType(String BackupType)Set 备份源voidsetFileTag(String FileTag)Set 文件标签:TCAPLUS_FULL或OSDATAvoidsetShardCount(Long ShardCount)Set 分片数量voidsetTableName(String TableName)Set 表名称voidsetZoneId(Long ZoneId)Set 表格组IDvoidtoMap(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
-
BackupRecords
public BackupRecords()
-
BackupRecords
public BackupRecords(BackupRecords 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
-
getZoneId
public Long getZoneId()
Get 表格组ID- Returns:
- ZoneId 表格组ID
-
setZoneId
public void setZoneId(Long ZoneId)
Set 表格组ID- Parameters:
ZoneId- 表格组ID
-
getTableName
public String getTableName()
Get 表名称- Returns:
- TableName 表名称
-
setTableName
public void setTableName(String TableName)
Set 表名称- Parameters:
TableName- 表名称
-
getBackupType
public String getBackupType()
Get 备份源- Returns:
- BackupType 备份源
-
setBackupType
public void setBackupType(String BackupType)
Set 备份源- Parameters:
BackupType- 备份源
-
getFileTag
public String getFileTag()
Get 文件标签:TCAPLUS_FULL或OSDATA- Returns:
- FileTag 文件标签:TCAPLUS_FULL或OSDATA
-
setFileTag
public void setFileTag(String FileTag)
Set 文件标签:TCAPLUS_FULL或OSDATA- Parameters:
FileTag- 文件标签:TCAPLUS_FULL或OSDATA
-
getShardCount
public Long getShardCount()
Get 分片数量- Returns:
- ShardCount 分片数量
-
setShardCount
public void setShardCount(Long ShardCount)
Set 分片数量- Parameters:
ShardCount- 分片数量
-
getBackupBatchTime
public String getBackupBatchTime()
Get 备份批次日期- Returns:
- BackupBatchTime 备份批次日期
-
setBackupBatchTime
public void setBackupBatchTime(String BackupBatchTime)
Set 备份批次日期- Parameters:
BackupBatchTime- 备份批次日期
-
getBackupFileSize
public Long getBackupFileSize()
Get 备份文件汇总大小- Returns:
- BackupFileSize 备份文件汇总大小
-
setBackupFileSize
public void setBackupFileSize(Long BackupFileSize)
Set 备份文件汇总大小- Parameters:
BackupFileSize- 备份文件汇总大小
-
getBackupSuccRate
public String getBackupSuccRate()
Get 备份成功率- Returns:
- BackupSuccRate 备份成功率
-
setBackupSuccRate
public void setBackupSuccRate(String BackupSuccRate)
Set 备份成功率- Parameters:
BackupSuccRate- 备份成功率
-
getBackupExpireTime
public String getBackupExpireTime()
Get 备份文件过期时间- Returns:
- BackupExpireTime 备份文件过期时间
-
setBackupExpireTime
public void setBackupExpireTime(String BackupExpireTime)
Set 备份文件过期时间- Parameters:
BackupExpireTime- 备份文件过期时间
-
getAppId
public Long getAppId()
Get 业务ID- Returns:
- AppId 业务ID
-
setAppId
public void setAppId(Long AppId)
Set 业务ID- Parameters:
AppId- 业务ID
-
-