public class TableLineage extends AbstractModel
header, skipSign
Constructor and Description |
---|
TableLineage() |
TableLineage(TableLineage 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 |
getCatalogName()
Get catalog值
|
String |
getDatabaseName()
Get 库名称
|
String |
getDatasourceId()
Get 数据源id
|
ExtParam[] |
getExtParams()
Get 扩展参数
|
String |
getSchemaName()
Get schema名称
|
String |
getTableName()
Get 表名称
|
String |
getTableType()
Get table类型 TABLE|VIEW
|
void |
setCatalogName(String CatalogName)
Set catalog值
|
void |
setDatabaseName(String DatabaseName)
Set 库名称
|
void |
setDatasourceId(String DatasourceId)
Set 数据源id
|
void |
setExtParams(ExtParam[] ExtParams)
Set 扩展参数
|
void |
setSchemaName(String SchemaName)
Set schema名称
|
void |
setTableName(String TableName)
Set 表名称
|
void |
setTableType(String TableType)
Set table类型 TABLE|VIEW
|
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, toJsonString
public TableLineage()
public TableLineage(TableLineage source)
public String getDatasourceId()
public void setDatasourceId(String DatasourceId)
DatasourceId
- 数据源idpublic String getDatabaseName()
public void setDatabaseName(String DatabaseName)
DatabaseName
- 库名称public String getTableName()
public void setTableName(String TableName)
TableName
- 表名称public String getCatalogName()
public void setCatalogName(String CatalogName)
CatalogName
- catalog值public String getSchemaName()
public void setSchemaName(String SchemaName)
SchemaName
- schema名称public ExtParam[] getExtParams()
public void setExtParams(ExtParam[] ExtParams)
ExtParams
- 扩展参数public String getTableType()
public void setTableType(String TableType)
TableType
- table类型 TABLE|VIEWCopyright © 2025. All rights reserved.