Package ai.reveng.api

Class AnalysisStagesApi

java.lang.Object
ai.reveng.api.AnalysisStagesApi

public class AnalysisStagesApi extends Object
  • Constructor Details

    • AnalysisStagesApi

      public AnalysisStagesApi()
    • AnalysisStagesApi

      public AnalysisStagesApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • getHostIndex

      public int getHostIndex()
    • setHostIndex

      public void setHostIndex(int hostIndex)
    • getCustomBaseUrl

      public String getCustomBaseUrl()
    • setCustomBaseUrl

      public void setCustomBaseUrl(String customBaseUrl)
    • 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 -