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 Cluster ID
|
String |
getDatabase()
Get Database name
|
String |
getTable()
Get Data table name
|
String |
getTableType()
Get Data table type.
|
void |
setClusterId(String ClusterId)
Set Cluster ID
|
void |
setDatabase(String Database)
Set Database name
|
void |
setTable(String Table)
Set Data table name
|
void |
setTableType(String TableType)
Set Data table type.
|
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
- Cluster IDpublic String getDatabase()
public void setDatabase(String Database)
Database
- Database namepublic String getTable()
public void setTable(String Table)
Table
- Data table namepublic String getTableType()
public void setTableType(String TableType)
TableType
- Data table type. Valid values:
`view`: Only return to view,
`base_table`: Only return to basic table,
`all`: Return to view and table.Copyright © 2023. All rights reserved.