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