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()
Get Whether database data governance is disabled.
|
DataGovernPolicy |
getGovernPolicy()
Get The data governance configuration.
|
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)
Set Whether database data governance is disabled.
|
void |
setGovernPolicy(DataGovernPolicy GovernPolicy)
Set The data governance configuration.
|
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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public 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.public DataGovernPolicy getGovernPolicy()
public void setGovernPolicy(DataGovernPolicy GovernPolicy)
GovernPolicy
- The data governance configuration.
Note: This field may return null, indicating that no valid values can be obtained.public String getDbGovernPolicyIsDisable()
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.Copyright © 2024. All rights reserved.