public class BackupTableContent extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
BackupTableContent()  | 
BackupTableContent(BackupTableContent 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 | 
|---|---|
String | 
getBackupErrorMsg()
Get Error message of the backup
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getBackupStatus()
Get Backup status
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getDatabase()
Get Database
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Boolean | 
getIsOpenCoolDown()
Get Whether to bind the cold storage policy to the database and table
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getSingleReplicaBytes()
Get Size of a single replica
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getTable()
Get Table
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getTotalBytes()
Get Total number of bytes in the table
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setBackupErrorMsg(String BackupErrorMsg)
Set Error message of the backup
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setBackupStatus(Long BackupStatus)
Set Backup status
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setDatabase(String Database)
Set Database
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setIsOpenCoolDown(Boolean IsOpenCoolDown)
Set Whether to bind the cold storage policy to the database and table
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setSingleReplicaBytes(String SingleReplicaBytes)
Set Size of a single replica
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setTable(String Table)
Set Table
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setTotalBytes(Long TotalBytes)
Set Total number of bytes in the table
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic BackupTableContent()
public BackupTableContent(BackupTableContent source)
public String getDatabase()
public void setDatabase(String Database)
Database - Database
Note: This field may return null, indicating that no valid values can be obtained.public String getTable()
public void setTable(String Table)
Table - Table
Note: This field may return null, indicating that no valid values can be obtained.public Long getTotalBytes()
public void setTotalBytes(Long TotalBytes)
TotalBytes - Total number of bytes in the table
Note: This field may return null, indicating that no valid values can be obtained.public String getSingleReplicaBytes()
public void setSingleReplicaBytes(String SingleReplicaBytes)
SingleReplicaBytes - Size of a single replica
Note: This field may return null, indicating that no valid values can be obtained.public Long getBackupStatus()
public void setBackupStatus(Long BackupStatus)
BackupStatus - Backup status
Note: This field may return null, indicating that no valid values can be obtained.public String getBackupErrorMsg()
public void setBackupErrorMsg(String BackupErrorMsg)
BackupErrorMsg - Error message of the backup
Note: This field may return null, indicating that no valid values can be obtained.public Boolean getIsOpenCoolDown()
public void setIsOpenCoolDown(Boolean IsOpenCoolDown)
IsOpenCoolDown - Whether to bind the cold storage policy to the database and table
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.