public class CheckMetaPartitionRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
clusterId |
String |
databaseName |
String |
dataSourceType |
String |
partition |
String |
tableGuid |
String |
tableName |
| 构造器和说明 |
|---|
CheckMetaPartitionRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CheckMetaPartitionRequest |
build(Map<String,?> map) |
String |
getClusterId() |
String |
getDatabaseName() |
String |
getDataSourceType() |
String |
getPartition() |
String |
getTableGuid() |
String |
getTableName() |
CheckMetaPartitionRequest |
setClusterId(String clusterId) |
CheckMetaPartitionRequest |
setDatabaseName(String databaseName) |
CheckMetaPartitionRequest |
setDataSourceType(String dataSourceType) |
CheckMetaPartitionRequest |
setPartition(String partition) |
CheckMetaPartitionRequest |
setTableGuid(String tableGuid) |
CheckMetaPartitionRequest |
setTableName(String tableName) |
@NameInMap(value="ClusterId") public String clusterId
@NameInMap(value="DataSourceType") public String dataSourceType
@NameInMap(value="DatabaseName") public String databaseName
@NameInMap(value="Partition") public String partition
@NameInMap(value="TableGuid") public String tableGuid
@NameInMap(value="TableName") public String tableName
public static CheckMetaPartitionRequest build(Map<String,?> map) throws Exception
Exceptionpublic CheckMetaPartitionRequest setClusterId(String clusterId)
public String getClusterId()
public CheckMetaPartitionRequest setDataSourceType(String dataSourceType)
public String getDataSourceType()
public CheckMetaPartitionRequest setDatabaseName(String databaseName)
public String getDatabaseName()
public CheckMetaPartitionRequest setPartition(String partition)
public String getPartition()
public CheckMetaPartitionRequest setTableGuid(String tableGuid)
public String getTableGuid()
public CheckMetaPartitionRequest setTableName(String tableName)
public String getTableName()
Copyright © 2021. All rights reserved.