public class ListLineageRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ListLineageRequest() | 
| ListLineageRequest(ListLineageRequest 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 | getDirection()Get 血缘方向 INPUT|OUTPUT | 
| Long | getPageNumber()Get 页码 | 
| Long | getPageSize()Get 分页大小 | 
| String | getPlatform()Get 来源:WEDATA|THIRD 默认WEDATA | 
| String | getResourceType()Get 实体类型 TABLE|METRIC|MODEL|SERVICE|COLUMN | 
| String | getResourceUniqueId()Get 实体唯一ID | 
| void | setDirection(String Direction)Set 血缘方向 INPUT|OUTPUT | 
| void | setPageNumber(Long PageNumber)Set 页码 | 
| void | setPageSize(Long PageSize)Set 分页大小 | 
| void | setPlatform(String Platform)Set 来源:WEDATA|THIRD 默认WEDATA | 
| void | setResourceType(String ResourceType)Set 实体类型 TABLE|METRIC|MODEL|SERVICE|COLUMN | 
| void | setResourceUniqueId(String ResourceUniqueId)Set 实体唯一ID | 
| 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 ListLineageRequest()
public ListLineageRequest(ListLineageRequest source)
public String getResourceUniqueId()
public void setResourceUniqueId(String ResourceUniqueId)
ResourceUniqueId - 实体唯一IDpublic String getResourceType()
public void setResourceType(String ResourceType)
ResourceType - 实体类型 TABLE|METRIC|MODEL|SERVICE|COLUMNpublic String getDirection()
public void setDirection(String Direction)
Direction - 血缘方向 INPUT|OUTPUTpublic Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber - 页码public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - 分页大小public String getPlatform()
public void setPlatform(String Platform)
Platform - 来源:WEDATA|THIRD 默认WEDATACopyright © 2025. All rights reserved.