public class DescribeTableMetaRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeTableMetaRequest()  | 
DescribeTableMetaRequest(DescribeTableMetaRequest 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 | 
|---|---|
Long | 
getTableFilterType()
Get Query condition type: 0 by ID, 1 by Name, default is 0 
 | 
String | 
getTableId()
Get Unique Table ID 
 | 
TableNameFilter | 
getTableNameFilter()
Get Query conditions by Name 
 | 
void | 
setTableFilterType(Long TableFilterType)
Set Query condition type: 0 by ID, 1 by Name, default is 0 
 | 
void | 
setTableId(String TableId)
Set Unique Table ID 
 | 
void | 
setTableNameFilter(TableNameFilter TableNameFilter)
Set Query conditions by Name 
 | 
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 DescribeTableMetaRequest()
public DescribeTableMetaRequest(DescribeTableMetaRequest source)
public String getTableId()
public void setTableId(String TableId)
TableId - Unique Table IDpublic TableNameFilter getTableNameFilter()
public void setTableNameFilter(TableNameFilter TableNameFilter)
TableNameFilter - Query conditions by Namepublic Long getTableFilterType()
public void setTableFilterType(Long TableFilterType)
TableFilterType - Query condition type: 0 by ID, 1 by Name, default is 0Copyright © 2025. All rights reserved.