public class LineageApi extends Object
| Constructor and Description |
|---|
LineageApi() |
LineageApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
ResNodeLineage |
queryLineageByNid(String bizType,
Long nativeId)
根据业务类型&原生ID查询出入度数据血缘
根据业务ID&业务类型查询,未查询到的结点baseId为Null
|
com.squareup.okhttp.Call |
queryLineageByNidAsync(String bizType,
Long nativeId,
ApiCallback<ResNodeLineage> callback)
根据业务类型&原生ID查询出入度数据血缘 (asynchronously)
根据业务ID&业务类型查询,未查询到的结点baseId为Null
|
com.squareup.okhttp.Call |
queryLineageByNidCall(String bizType,
Long nativeId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for queryLineageByNid
|
ApiResponse<ResNodeLineage> |
queryLineageByNidWithHttpInfo(String bizType,
Long nativeId)
根据业务类型&原生ID查询出入度数据血缘
根据业务ID&业务类型查询,未查询到的结点baseId为Null
|
void |
setApiClient(ApiClient apiClient) |
public LineageApi()
public LineageApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call queryLineageByNidCall(String bizType, Long nativeId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
bizType - 业务类型枚举Key (required)nativeId - 业务结点原生ID (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ResNodeLineage queryLineageByNid(String bizType, Long nativeId) throws ApiException
bizType - 业务类型枚举Key (required)nativeId - 业务结点原生ID (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ResNodeLineage> queryLineageByNidWithHttpInfo(String bizType, Long nativeId) throws ApiException
bizType - 业务类型枚举Key (required)nativeId - 业务结点原生ID (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call queryLineageByNidAsync(String bizType, Long nativeId, ApiCallback<ResNodeLineage> callback) throws ApiException
bizType - 业务类型枚举Key (required)nativeId - 业务结点原生ID (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2023. All rights reserved.