public class TableBaseInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
TableBaseInfo()  | 
TableBaseInfo(TableBaseInfo 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 | 
getDatabaseName()
Get The database name. 
 | 
String | 
getDatasourceConnectionName()
Get The data source name. 
 | 
String | 
getDbGovernPolicyIsDisable()
Deprecated.   
 | 
DataGovernPolicy | 
getGovernPolicy()
Deprecated.   
 | 
SmartPolicy | 
getSmartPolicy()
Get Smart data governance configuration items
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getTableComment()
Get The table remarks. 
 | 
String | 
getTableFormat()
Get The data format type, such as `hive` and `iceberg`. 
 | 
String | 
getTableName()
Get The table name. 
 | 
String | 
getType()
Get The specific type: `table` or `view`. 
 | 
String | 
getUserAlias()
Get The table creator name. 
 | 
String | 
getUserSubUin()
Get The table creator ID. 
 | 
void | 
setDatabaseName(String DatabaseName)
Set The database name. 
 | 
void | 
setDatasourceConnectionName(String DatasourceConnectionName)
Set The data source name. 
 | 
void | 
setDbGovernPolicyIsDisable(String DbGovernPolicyIsDisable)
Deprecated.   
 | 
void | 
setGovernPolicy(DataGovernPolicy GovernPolicy)
Deprecated.   
 | 
void | 
setSmartPolicy(SmartPolicy SmartPolicy)
Set Smart data governance configuration items
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setTableComment(String TableComment)
Set The table remarks. 
 | 
void | 
setTableFormat(String TableFormat)
Set The data format type, such as `hive` and `iceberg`. 
 | 
void | 
setTableName(String TableName)
Set The table name. 
 | 
void | 
setType(String Type)
Set The specific type: `table` or `view`. 
 | 
void | 
setUserAlias(String UserAlias)
Set The table creator name. 
 | 
void | 
setUserSubUin(String UserSubUin)
Set The table creator ID. 
 | 
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 TableBaseInfo()
public TableBaseInfo(TableBaseInfo source)
public String getDatabaseName()
public void setDatabaseName(String DatabaseName)
DatabaseName - The database name.public String getTableName()
public void setTableName(String TableName)
TableName - The table name.public String getDatasourceConnectionName()
public void setDatasourceConnectionName(String DatasourceConnectionName)
DatasourceConnectionName - The data source name.
Note: This field may return null, indicating that no valid values can be obtained.public String getTableComment()
public void setTableComment(String TableComment)
TableComment - The table remarks.
Note: This field may return null, indicating that no valid values can be obtained.public String getType()
public void setType(String Type)
Type - The specific type: `table` or `view`.
Note: This field may return null, indicating that no valid values can be obtained.public String getTableFormat()
public void setTableFormat(String TableFormat)
TableFormat - The data format type, such as `hive` and `iceberg`.
Note: This field may return null, indicating that no valid values can be obtained.public String getUserAlias()
public void setUserAlias(String UserAlias)
UserAlias - The table creator name.
Note: This field may return null, indicating that no valid values can be obtained.public String getUserSubUin()
public void setUserSubUin(String UserSubUin)
UserSubUin - The table creator ID.
Note: This field may return null, indicating that no valid values can be obtained.@Deprecated public DataGovernPolicy getGovernPolicy()
@Deprecated public void setGovernPolicy(DataGovernPolicy GovernPolicy)
GovernPolicy - The data governance configuration.
Note: This field may return null, indicating that no valid values can be obtained.@Deprecated public String getDbGovernPolicyIsDisable()
@Deprecated public void setDbGovernPolicyIsDisable(String DbGovernPolicyIsDisable)
DbGovernPolicyIsDisable - Whether database data governance is disabled. Valid values: `true` (disabled) and `false` (not disabled).
Note: This field may return null, indicating that no valid values can be obtained.public SmartPolicy getSmartPolicy()
public void setSmartPolicy(SmartPolicy SmartPolicy)
SmartPolicy - Smart data governance configuration items
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.