public class DescribeTableLineageRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeTableLineageRequest() | 
| DescribeTableLineageRequest(DescribeTableLineageRequest 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 | 
|---|---|
| TableLineageInfo | getData()Get 表信息 | 
| String | getDirection()Get 查询方向枚举值
- INPUT
- OUTPUT
- BOTH | 
| LineageParamRecord[] | getExtParams()Get 额外参数(传递调用方信息) | 
| Boolean | getIgnoreTemp()Get 是否过滤临时表,默认true | 
| Long | getInputDepth()Get 单次查询入度,默认 1 | 
| Long | getOutputDepth()Get 单次查询出度,默认 1 | 
| Boolean | getRecursiveSecond()Get 是否递归查询二级节点数目,默认为true | 
| void | setData(TableLineageInfo Data)Set 表信息 | 
| void | setDirection(String Direction)Set 查询方向枚举值
- INPUT
- OUTPUT
- BOTH | 
| void | setExtParams(LineageParamRecord[] ExtParams)Set 额外参数(传递调用方信息) | 
| void | setIgnoreTemp(Boolean IgnoreTemp)Set 是否过滤临时表,默认true | 
| void | setInputDepth(Long InputDepth)Set 单次查询入度,默认 1 | 
| void | setOutputDepth(Long OutputDepth)Set 单次查询出度,默认 1 | 
| void | setRecursiveSecond(Boolean RecursiveSecond)Set 是否递归查询二级节点数目,默认为true | 
| 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 DescribeTableLineageRequest()
public DescribeTableLineageRequest(DescribeTableLineageRequest source)
public String getDirection()
public void setDirection(String Direction)
Direction - 查询方向枚举值
- INPUT
- OUTPUT
- BOTHpublic TableLineageInfo getData()
public void setData(TableLineageInfo Data)
Data - 表信息public Long getInputDepth()
public void setInputDepth(Long InputDepth)
InputDepth - 单次查询入度,默认 1public Long getOutputDepth()
public void setOutputDepth(Long OutputDepth)
OutputDepth - 单次查询出度,默认 1public LineageParamRecord[] getExtParams()
public void setExtParams(LineageParamRecord[] ExtParams)
ExtParams - 额外参数(传递调用方信息)public Boolean getIgnoreTemp()
public void setIgnoreTemp(Boolean IgnoreTemp)
IgnoreTemp - 是否过滤临时表,默认truepublic Boolean getRecursiveSecond()
public void setRecursiveSecond(Boolean RecursiveSecond)
RecursiveSecond - 是否递归查询二级节点数目,默认为trueCopyright © 2025. All rights reserved.