| Package | Description | 
|---|---|
| com.tencentcloudapi.dlc.v20210125.models | 
| Modifier and Type | Method and Description | 
|---|---|
DLCTable | 
DescribeDLCTableResponse.getDLCTable()
Get Data table information object
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
DLCTable | 
CreateDLCTableResponse.getDLCTable()
Get DLC table information object
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
DLCTable[] | 
DescribeDLCTableListResponse.getTableList()
Get DLC metadata list information
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DescribeDLCTableResponse.setDLCTable(DLCTable DLCTable)
Set Data table information object
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
CreateDLCTableResponse.setDLCTable(DLCTable DLCTable)
Set DLC table information object
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
DescribeDLCTableListResponse.setTableList(DLCTable[] TableList)
Set DLC metadata list information
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
| Constructor and Description | 
|---|
DLCTable(DLCTable 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.