public class SearchClusterTablesRequest extends AbstractModel
Constructor and Description |
---|
SearchClusterTablesRequest() |
SearchClusterTablesRequest(SearchClusterTablesRequest 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 |
getClusterId()
Get 集群id
|
String |
getDatabase()
Get 数据库名
|
String |
getTable()
Get 数据表名
|
String |
getTableType()
Get 数据表类型:
view:只返回 view,
base_table: 只返回基本表,
all:返回 view 和表
|
void |
setClusterId(String ClusterId)
Set 集群id
|
void |
setDatabase(String Database)
Set 数据库名
|
void |
setTable(String Table)
Set 数据表名
|
void |
setTableType(String TableType)
Set 数据表类型:
view:只返回 view,
base_table: 只返回基本表,
all:返回 view 和表
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public SearchClusterTablesRequest()
public SearchClusterTablesRequest(SearchClusterTablesRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群idpublic String getDatabase()
public void setDatabase(String Database)
Database
- 数据库名public String getTable()
public void setTable(String Table)
Table
- 数据表名public String getTableType()
public void setTableType(String TableType)
TableType
- 数据表类型:
view:只返回 view,
base_table: 只返回基本表,
all:返回 view 和表Copyright © 2023. All rights reserved.