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 查询条件类型0按id,1按名称,默认为0
|
String |
getTableId()
Get 表唯一id
|
TableNameFilter |
getTableNameFilter()
Get 按名称查询的条件
|
void |
setTableFilterType(Long TableFilterType)
Set 查询条件类型0按id,1按名称,默认为0
|
void |
setTableId(String TableId)
Set 表唯一id
|
void |
setTableNameFilter(TableNameFilter TableNameFilter)
Set 按名称查询的条件
|
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, toJsonString
public DescribeTableMetaRequest()
public DescribeTableMetaRequest(DescribeTableMetaRequest source)
public String getTableId()
public void setTableId(String TableId)
TableId
- 表唯一idpublic TableNameFilter getTableNameFilter()
public void setTableNameFilter(TableNameFilter TableNameFilter)
TableNameFilter
- 按名称查询的条件public Long getTableFilterType()
public void setTableFilterType(Long TableFilterType)
TableFilterType
- 查询条件类型0按id,1按名称,默认为0Copyright © 2024. All rights reserved.