| Package | Description | 
|---|---|
| com.tencentcloudapi.cdwdoris.v20211228.models | 
| Modifier and Type | Method and Description | 
|---|---|
BackupTableContent[] | 
DescribeBackUpTablesResponse.getAvailableTables()
Get List of tables available for backup 
 | 
BackupTableContent[] | 
CreateBackUpScheduleRequest.getBackUpTables()
Get Backup table list 
 | 
BackupTableContent[] | 
DescribeBackUpJobDetailResponse.getTableContents()
Get Backup table details
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DescribeBackUpTablesResponse.setAvailableTables(BackupTableContent[] AvailableTables)
Set List of tables available for backup 
 | 
void | 
CreateBackUpScheduleRequest.setBackUpTables(BackupTableContent[] BackUpTables)
Set Backup table list 
 | 
void | 
DescribeBackUpJobDetailResponse.setTableContents(BackupTableContent[] TableContents)
Set Backup table details
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
| Constructor and Description | 
|---|
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. 
 | 
Copyright © 2025. All rights reserved.