public class GetMetaTableLineageRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
clusterId |
String |
databaseName |
String |
dataSourceType |
String |
direction |
String |
nextPrimaryKey |
Integer |
pageSize |
String |
tableGuid |
String |
tableName |
| 构造器和说明 |
|---|
GetMetaTableLineageRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetMetaTableLineageRequest |
build(Map<String,?> map) |
String |
getClusterId() |
String |
getDatabaseName() |
String |
getDataSourceType() |
String |
getDirection() |
String |
getNextPrimaryKey() |
Integer |
getPageSize() |
String |
getTableGuid() |
String |
getTableName() |
GetMetaTableLineageRequest |
setClusterId(String clusterId) |
GetMetaTableLineageRequest |
setDatabaseName(String databaseName) |
GetMetaTableLineageRequest |
setDataSourceType(String dataSourceType) |
GetMetaTableLineageRequest |
setDirection(String direction) |
GetMetaTableLineageRequest |
setNextPrimaryKey(String nextPrimaryKey) |
GetMetaTableLineageRequest |
setPageSize(Integer pageSize) |
GetMetaTableLineageRequest |
setTableGuid(String tableGuid) |
GetMetaTableLineageRequest |
setTableName(String tableName) |
@NameInMap(value="ClusterId") public String clusterId
@NameInMap(value="DataSourceType") public String dataSourceType
@NameInMap(value="DatabaseName") public String databaseName
@NameInMap(value="Direction") public String direction
@NameInMap(value="NextPrimaryKey") public String nextPrimaryKey
@NameInMap(value="PageSize") public Integer pageSize
@NameInMap(value="TableGuid") public String tableGuid
@NameInMap(value="TableName") public String tableName
public static GetMetaTableLineageRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetMetaTableLineageRequest setClusterId(String clusterId)
public String getClusterId()
public GetMetaTableLineageRequest setDataSourceType(String dataSourceType)
public String getDataSourceType()
public GetMetaTableLineageRequest setDatabaseName(String databaseName)
public String getDatabaseName()
public GetMetaTableLineageRequest setDirection(String direction)
public String getDirection()
public GetMetaTableLineageRequest setNextPrimaryKey(String nextPrimaryKey)
public String getNextPrimaryKey()
public GetMetaTableLineageRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public GetMetaTableLineageRequest setTableGuid(String tableGuid)
public String getTableGuid()
public GetMetaTableLineageRequest setTableName(String tableName)
public String getTableName()
Copyright © 2021. All rights reserved.