Package ai.reveng.api
Class AnalysisStagesApi
java.lang.Object
ai.reveng.api.AnalysisStagesApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAnalysisStages(Integer analysisId) Get Analysis Stages Returns all stage events for an analysis ordered by timestamp.okhttp3.CallgetAnalysisStagesAsync(Integer analysisId, ApiCallback<BaseResponseAnalysisStagesResponse> _callback) Get Analysis Stages (asynchronously) Returns all stage events for an analysis ordered by timestamp.okhttp3.CallgetAnalysisStagesCall(Integer analysisId, ApiCallback _callback) Build call for getAnalysisStagesgetAnalysisStagesWithHttpInfo(Integer analysisId) Get Analysis Stages Returns all stage events for an analysis ordered by timestamp.intgetPipelineStatus(Integer analysisId) Get Pipeline Status Returns the latest status for each core pipeline stage with the number of analyses ahead in the queue.okhttp3.CallgetPipelineStatusAsync(Integer analysisId, ApiCallback<BaseResponsePipelineStatusResponse> _callback) Get Pipeline Status (asynchronously) Returns the latest status for each core pipeline stage with the number of analyses ahead in the queue.okhttp3.CallgetPipelineStatusCall(Integer analysisId, ApiCallback _callback) Build call for getPipelineStatusgetPipelineStatusWithHttpInfo(Integer analysisId) Get Pipeline Status Returns the latest status for each core pipeline stage with the number of analyses ahead in the queue.voidsetApiClient(ApiClient apiClient) voidsetCustomBaseUrl(String customBaseUrl) voidsetHostIndex(int hostIndex)
-
Constructor Details
-
AnalysisStagesApi
public AnalysisStagesApi() -
AnalysisStagesApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
getHostIndex
public int getHostIndex() -
setHostIndex
public void setHostIndex(int hostIndex) -
getCustomBaseUrl
-
setCustomBaseUrl
-
getAnalysisStagesCall
public okhttp3.Call getAnalysisStagesCall(@Nonnull Integer analysisId, ApiCallback _callback) throws ApiException Build call for getAnalysisStages- Parameters:
analysisId- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details
Response Details Status Code Description Response Headers 200 Successful Response - 422 Invalid request parameters -
-
getAnalysisStages
public BaseResponseAnalysisStagesResponse getAnalysisStages(@Nonnull Integer analysisId) throws ApiException Get Analysis Stages Returns all stage events for an analysis ordered by timestamp.- Parameters:
analysisId- (required)- Returns:
- BaseResponseAnalysisStagesResponse
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details
Response Details Status Code Description Response Headers 200 Successful Response - 422 Invalid request parameters -
-
getAnalysisStagesWithHttpInfo
public ApiResponse<BaseResponseAnalysisStagesResponse> getAnalysisStagesWithHttpInfo(@Nonnull Integer analysisId) throws ApiException Get Analysis Stages Returns all stage events for an analysis ordered by timestamp.- Parameters:
analysisId- (required)- Returns:
- ApiResponse<BaseResponseAnalysisStagesResponse>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details
Response Details Status Code Description Response Headers 200 Successful Response - 422 Invalid request parameters -
-
getAnalysisStagesAsync
public okhttp3.Call getAnalysisStagesAsync(@Nonnull Integer analysisId, ApiCallback<BaseResponseAnalysisStagesResponse> _callback) throws ApiException Get Analysis Stages (asynchronously) Returns all stage events for an analysis ordered by timestamp.- Parameters:
analysisId- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details
Response Details Status Code Description Response Headers 200 Successful Response - 422 Invalid request parameters -
-
getPipelineStatusCall
public okhttp3.Call getPipelineStatusCall(@Nonnull Integer analysisId, ApiCallback _callback) throws ApiException Build call for getPipelineStatus- Parameters:
analysisId- (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details
Response Details Status Code Description Response Headers 200 Successful Response - 422 Invalid request parameters -
-
getPipelineStatus
public BaseResponsePipelineStatusResponse getPipelineStatus(@Nonnull Integer analysisId) throws ApiException Get Pipeline Status Returns the latest status for each core pipeline stage with the number of analyses ahead in the queue.- Parameters:
analysisId- (required)- Returns:
- BaseResponsePipelineStatusResponse
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details
Response Details Status Code Description Response Headers 200 Successful Response - 422 Invalid request parameters -
-
getPipelineStatusWithHttpInfo
public ApiResponse<BaseResponsePipelineStatusResponse> getPipelineStatusWithHttpInfo(@Nonnull Integer analysisId) throws ApiException Get Pipeline Status Returns the latest status for each core pipeline stage with the number of analyses ahead in the queue.- Parameters:
analysisId- (required)- Returns:
- ApiResponse<BaseResponsePipelineStatusResponse>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details
Response Details Status Code Description Response Headers 200 Successful Response - 422 Invalid request parameters -
-
getPipelineStatusAsync
public okhttp3.Call getPipelineStatusAsync(@Nonnull Integer analysisId, ApiCallback<BaseResponsePipelineStatusResponse> _callback) throws ApiException Get Pipeline Status (asynchronously) Returns the latest status for each core pipeline stage with the number of analyses ahead in the queue.- Parameters:
analysisId- (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details
Response Details Status Code Description Response Headers 200 Successful Response - 422 Invalid request parameters -
-