public class DescribeDLCTableRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeDLCTableRequest()  | 
DescribeDLCTableRequest(DescribeDLCTableRequest 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 | 
getCatalog()
Get Catalog name 
 | 
String | 
getDbName()
Get Database name 
 | 
String | 
getKeyword()
Get Keyword 
 | 
String | 
getName()
Get Data table name 
 | 
String | 
getPattern()
Get Match rules 
 | 
String | 
getType()
Get Table type 
 | 
void | 
setCatalog(String Catalog)
Set Catalog name 
 | 
void | 
setDbName(String DbName)
Set Database name 
 | 
void | 
setKeyword(String Keyword)
Set Keyword 
 | 
void | 
setName(String Name)
Set Data table name 
 | 
void | 
setPattern(String Pattern)
Set Match rules 
 | 
void | 
setType(String Type)
Set 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 DescribeDLCTableRequest()
public DescribeDLCTableRequest(DescribeDLCTableRequest source)
public String getDbName()
public void setDbName(String DbName)
DbName - Database namepublic String getName()
public void setName(String Name)
Name - Data table namepublic String getCatalog()
public void setCatalog(String Catalog)
Catalog - Catalog namepublic String getKeyword()
public void setKeyword(String Keyword)
Keyword - Keywordpublic String getPattern()
public void setPattern(String Pattern)
Pattern - Match rulespublic String getType()
public void setType(String Type)
Type - Table typeCopyright © 2025. All rights reserved.