public class DescribeClusterDatabaseTablesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeClusterDatabaseTablesRequest()  | 
DescribeClusterDatabaseTablesRequest(DescribeClusterDatabaseTablesRequest 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 | 
getDb()
Get Database name 
 | 
Long | 
getLimit()
Get Number 
 | 
Long | 
getOffset()
Get Offset 
 | 
String | 
getTableType()
Get Specifies the table type. 
 | 
void | 
setClusterId(String ClusterId)
Set Cluster ID 
 | 
void | 
setDb(String Db)
Set Database name 
 | 
void | 
setLimit(Long Limit)
Set Number 
 | 
void | 
setOffset(Long Offset)
Set Offset 
 | 
void | 
setTableType(String TableType)
Set Specifies the table type. 
 | 
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, toJsonStringpublic DescribeClusterDatabaseTablesRequest()
public DescribeClusterDatabaseTablesRequest(DescribeClusterDatabaseTablesRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - Cluster IDpublic String getDb()
public void setDb(String Db)
Db - Database namepublic Long getOffset()
public void setOffset(Long Offset)
Offset - Offsetpublic Long getLimit()
public void setLimit(Long Limit)
Limit - Numberpublic String getTableType()
public void setTableType(String TableType)
TableType - Specifies the table type.
Specifies that "view" only returns the view, "base_table" only returns the basic table, and "all" returns both the view and the table. the default value is all.Copyright © 2025. All rights reserved.