Class TableBaseInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dlc.v20210125.models.TableBaseInfo
-
public class TableBaseInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDatabaseName()
Get 该数据表所属数据库名字String
getDatasourceConnectionName()
Get 该数据表所属数据源名字 注意:此字段可能返回 null,表示取不到有效值。String
getDbGovernPolicyIsDisable()
Get 库数据治理是否关闭,关闭:true,开启:false 注意:此字段可能返回 null,表示取不到有效值。DataGovernPolicy
getGovernPolicy()
Get 数据治理配置项 注意:此字段可能返回 null,表示取不到有效值。String
getTableComment()
Get 该数据表备注 注意:此字段可能返回 null,表示取不到有效值。String
getTableFormat()
Get 数据格式类型,hive,iceberg等 注意:此字段可能返回 null,表示取不到有效值。String
getTableName()
Get 数据表名字String
getType()
Get 具体类型,表or视图 注意:此字段可能返回 null,表示取不到有效值。String
getUserAlias()
Get 建表用户昵称 注意:此字段可能返回 null,表示取不到有效值。String
getUserSubUin()
Get 建表用户ID 注意:此字段可能返回 null,表示取不到有效值。void
setDatabaseName(String DatabaseName)
Set 该数据表所属数据库名字void
setDatasourceConnectionName(String DatasourceConnectionName)
Set 该数据表所属数据源名字 注意:此字段可能返回 null,表示取不到有效值。void
setDbGovernPolicyIsDisable(String DbGovernPolicyIsDisable)
Set 库数据治理是否关闭,关闭:true,开启:false 注意:此字段可能返回 null,表示取不到有效值。void
setGovernPolicy(DataGovernPolicy GovernPolicy)
Set 数据治理配置项 注意:此字段可能返回 null,表示取不到有效值。void
setTableComment(String TableComment)
Set 该数据表备注 注意:此字段可能返回 null,表示取不到有效值。void
setTableFormat(String TableFormat)
Set 数据格式类型,hive,iceberg等 注意:此字段可能返回 null,表示取不到有效值。void
setTableName(String TableName)
Set 数据表名字void
setType(String Type)
Set 具体类型,表or视图 注意:此字段可能返回 null,表示取不到有效值。void
setUserAlias(String UserAlias)
Set 建表用户昵称 注意:此字段可能返回 null,表示取不到有效值。void
setUserSubUin(String UserSubUin)
Set 建表用户ID 注意:此字段可能返回 null,表示取不到有效值。void
toMap(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
-
TableBaseInfo
public TableBaseInfo()
-
TableBaseInfo
public 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.
-
-
Method Detail
-
getDatabaseName
public String getDatabaseName()
Get 该数据表所属数据库名字- Returns:
- DatabaseName 该数据表所属数据库名字
-
setDatabaseName
public void setDatabaseName(String DatabaseName)
Set 该数据表所属数据库名字- Parameters:
DatabaseName
- 该数据表所属数据库名字
-
getTableName
public String getTableName()
Get 数据表名字- Returns:
- TableName 数据表名字
-
setTableName
public void setTableName(String TableName)
Set 数据表名字- Parameters:
TableName
- 数据表名字
-
getDatasourceConnectionName
public String getDatasourceConnectionName()
Get 该数据表所属数据源名字 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- DatasourceConnectionName 该数据表所属数据源名字 注意:此字段可能返回 null,表示取不到有效值。
-
setDatasourceConnectionName
public void setDatasourceConnectionName(String DatasourceConnectionName)
Set 该数据表所属数据源名字 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
DatasourceConnectionName
- 该数据表所属数据源名字 注意:此字段可能返回 null,表示取不到有效值。
-
getTableComment
public String getTableComment()
Get 该数据表备注 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TableComment 该数据表备注 注意:此字段可能返回 null,表示取不到有效值。
-
setTableComment
public void setTableComment(String TableComment)
Set 该数据表备注 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TableComment
- 该数据表备注 注意:此字段可能返回 null,表示取不到有效值。
-
getType
public String getType()
Get 具体类型,表or视图 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Type 具体类型,表or视图 注意:此字段可能返回 null,表示取不到有效值。
-
setType
public void setType(String Type)
Set 具体类型,表or视图 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Type
- 具体类型,表or视图 注意:此字段可能返回 null,表示取不到有效值。
-
getTableFormat
public String getTableFormat()
Get 数据格式类型,hive,iceberg等 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TableFormat 数据格式类型,hive,iceberg等 注意:此字段可能返回 null,表示取不到有效值。
-
setTableFormat
public void setTableFormat(String TableFormat)
Set 数据格式类型,hive,iceberg等 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TableFormat
- 数据格式类型,hive,iceberg等 注意:此字段可能返回 null,表示取不到有效值。
-
getUserAlias
public String getUserAlias()
Get 建表用户昵称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- UserAlias 建表用户昵称 注意:此字段可能返回 null,表示取不到有效值。
-
setUserAlias
public void setUserAlias(String UserAlias)
Set 建表用户昵称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
UserAlias
- 建表用户昵称 注意:此字段可能返回 null,表示取不到有效值。
-
getUserSubUin
public String getUserSubUin()
Get 建表用户ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- UserSubUin 建表用户ID 注意:此字段可能返回 null,表示取不到有效值。
-
setUserSubUin
public void setUserSubUin(String UserSubUin)
Set 建表用户ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
UserSubUin
- 建表用户ID 注意:此字段可能返回 null,表示取不到有效值。
-
getGovernPolicy
public DataGovernPolicy getGovernPolicy()
Get 数据治理配置项 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- GovernPolicy 数据治理配置项 注意:此字段可能返回 null,表示取不到有效值。
-
setGovernPolicy
public void setGovernPolicy(DataGovernPolicy GovernPolicy)
Set 数据治理配置项 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
GovernPolicy
- 数据治理配置项 注意:此字段可能返回 null,表示取不到有效值。
-
getDbGovernPolicyIsDisable
public String getDbGovernPolicyIsDisable()
Get 库数据治理是否关闭,关闭:true,开启:false 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- DbGovernPolicyIsDisable 库数据治理是否关闭,关闭:true,开启:false 注意:此字段可能返回 null,表示取不到有效值。
-
setDbGovernPolicyIsDisable
public void setDbGovernPolicyIsDisable(String DbGovernPolicyIsDisable)
Set 库数据治理是否关闭,关闭:true,开启:false 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
DbGovernPolicyIsDisable
- 库数据治理是否关闭,关闭:true,开启:false 注意:此字段可能返回 null,表示取不到有效值。
-
-