public class DescribeTableRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeTableRequest() | 
| DescribeTableRequest(DescribeTableRequest 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 | getDbName()Get Name of database where the table is located | 
| String | getInstanceId()Get Resource ID, which is the TCHouse-D resource ID used for table creation. | 
| String | getPassWord()Get Password corresponding to the user. | 
| String | getTableName()Get Table name (Currently only internal tables are supported.) | 
| String | getUserName()Get Use the user who has corresponding permissions for operations. | 
| void | setDbName(String DbName)Set Name of database where the table is located | 
| void | setInstanceId(String InstanceId)Set Resource ID, which is the TCHouse-D resource ID used for table creation. | 
| void | setPassWord(String PassWord)Set Password corresponding to the user. | 
| void | setTableName(String TableName)Set Table name (Currently only internal tables are supported.) | 
| void | setUserName(String UserName)Set Use the user who has corresponding permissions for operations. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeTableRequest()
public DescribeTableRequest(DescribeTableRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - Resource ID, which is the TCHouse-D resource ID used for table creation.public String getDbName()
public void setDbName(String DbName)
DbName - Name of database where the table is locatedpublic String getTableName()
public void setTableName(String TableName)
TableName - Table name (Currently only internal tables are supported.)public String getUserName()
public void setUserName(String UserName)
UserName - Use the user who has corresponding permissions for operations. If the TCHouse-D cluster uses a kernel account registered by a CAM user, you do not need to fill it in.public String getPassWord()
public void setPassWord(String PassWord)
PassWord - Password corresponding to the user. If the TCHouse-D cluster uses a kernel account registered by a CAM user, you do not need to fill it in.Copyright © 2025. All rights reserved.