Package | Description |
---|---|
com.huawei.dli.restapi.api | |
com.huawei.dli.restapi.model |
Modifier and Type | Method and Description |
---|---|
GetFlinkJobDetailResponse |
RestApi.getFlinkJobDetail(String projectId,
Long jobId,
String xAuthToken)
查询作业详情
Get job detail information.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<GetFlinkJobDetailResponse> |
RestApi.getFlinkJobDetailWithHttpInfo(String projectId,
Long jobId,
String xAuthToken)
查询作业详情
Get job detail information.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
RestApi.getFlinkJobDetailAsync(String projectId,
Long jobId,
String xAuthToken,
ApiCallback<GetFlinkJobDetailResponse> callback)
查询作业详情 (asynchronously)
Get job detail information.
|
Modifier and Type | Method and Description |
---|---|
GetFlinkJobDetailResponse |
GetFlinkJobDetailResponse.isSuccess(Boolean isSuccess) |
GetFlinkJobDetailResponse |
GetFlinkJobDetailResponse.jobDetail(JobDetailEntity jobDetail) |
GetFlinkJobDetailResponse |
GetFlinkJobDetailResponse.message(String message) |
Copyright © 2023. All rights reserved.