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 Database nameNote: This field may return null, indicating that no valid value can be obtained.
|
String |
getDatasourceConnectionName()
Get Data Table's Data Source Name
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getDbGovernPolicyIsDisable()
Get Is Database Data Governance disabled, true for disabled, false for enabled
Note: This field may return null, indicating that no valid value can be obtained.
|
DlcDataGovernPolicy |
getGovernPolicy()
Get Data Governance Configuration ItemsNote: This field may return null, indicating that no valid value can be obtained.
|
String |
getTableComment()
Get Table Remarks
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getTableFormat()
Get Data Format Type
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getTableName()
Get Table NameNote: This field may return null, indicating that no valid value can be obtained.
|
String |
getType()
Get TypeNote: This field may return null, indicating that no valid value can be obtained.
|
String |
getUserAlias()
Get User Nickname
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getUserSubUin()
Get Table Creation User ID
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setDatabaseName(String DatabaseName)
Set Database nameNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setDatasourceConnectionName(String DatasourceConnectionName)
Set Data Table's Data Source Name
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setDbGovernPolicyIsDisable(String DbGovernPolicyIsDisable)
Set Is Database Data Governance disabled, true for disabled, false for enabled
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setGovernPolicy(DlcDataGovernPolicy GovernPolicy)
Set Data Governance Configuration ItemsNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setTableComment(String TableComment)
Set Table Remarks
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setTableFormat(String TableFormat)
Set Data Format Type
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setTableName(String TableName)
Set Table NameNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setType(String Type)
Set TypeNote: This field may return null, indicating that no valid value can be obtained.
|
void |
setUserAlias(String UserAlias)
Set User Nickname
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setUserSubUin(String UserSubUin)
Set Table Creation User ID
Note: This field may return null, indicating that no valid value can be obtained.
|
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
- Database nameNote: This field may return null, indicating that no valid value can be obtained.public String getTableName()
public void setTableName(String TableName)
TableName
- Table NameNote: This field may return null, indicating that no valid value can be obtained.public String getDatasourceConnectionName()
public void setDatasourceConnectionName(String DatasourceConnectionName)
DatasourceConnectionName
- Data Table's Data Source Name
Note: This field may return null, indicating that no valid value can be obtained.public String getTableComment()
public void setTableComment(String TableComment)
TableComment
- Table Remarks
Note: This field may return null, indicating that no valid value can be obtained.public String getType()
public void setType(String Type)
Type
- TypeNote: This field may return null, indicating that no valid value can be obtained.public String getTableFormat()
public void setTableFormat(String TableFormat)
TableFormat
- Data Format Type
Note: This field may return null, indicating that no valid value can be obtained.public String getUserAlias()
public void setUserAlias(String UserAlias)
UserAlias
- User Nickname
Note: This field may return null, indicating that no valid value can be obtained.public String getUserSubUin()
public void setUserSubUin(String UserSubUin)
UserSubUin
- Table Creation User ID
Note: This field may return null, indicating that no valid value can be obtained.public DlcDataGovernPolicy getGovernPolicy()
public void setGovernPolicy(DlcDataGovernPolicy GovernPolicy)
GovernPolicy
- Data Governance Configuration ItemsNote: This field may return null, indicating that no valid value can be obtained.public String getDbGovernPolicyIsDisable()
public void setDbGovernPolicyIsDisable(String DbGovernPolicyIsDisable)
DbGovernPolicyIsDisable
- Is Database Data Governance disabled, true for disabled, false for enabled
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2024. All rights reserved.