Package ai.reveng.api

Class AnalysesDynamicExecutionApi

java.lang.Object
ai.reveng.api.AnalysesDynamicExecutionApi

public class AnalysesDynamicExecutionApi extends Object
  • Constructor Details

    • AnalysesDynamicExecutionApi

      public AnalysesDynamicExecutionApi()
    • AnalysesDynamicExecutionApi

      public AnalysesDynamicExecutionApi(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)
    • getDynamicExecutionStatusCall

      public okhttp3.Call getDynamicExecutionStatusCall(@Nonnull Integer analysisId, ApiCallback _callback) throws ApiException
      Build call for getDynamicExecutionStatus
      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 -
    • getDynamicExecutionStatus

      public BaseResponseDynamicExecutionStatus getDynamicExecutionStatus(@Nonnull Integer analysisId) throws ApiException
      Get the status of a dynamic execution task
      Parameters:
      analysisId - (required)
      Returns:
      BaseResponseDynamicExecutionStatus
      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 -
    • getDynamicExecutionStatusWithHttpInfo

      public ApiResponse<BaseResponseDynamicExecutionStatus> getDynamicExecutionStatusWithHttpInfo(@Nonnull Integer analysisId) throws ApiException
      Get the status of a dynamic execution task
      Parameters:
      analysisId - (required)
      Returns:
      ApiResponse<BaseResponseDynamicExecutionStatus>
      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 -
    • getDynamicExecutionStatusAsync

      public okhttp3.Call getDynamicExecutionStatusAsync(@Nonnull Integer analysisId, ApiCallback<BaseResponseDynamicExecutionStatus> _callback) throws ApiException
      Get the status of a dynamic execution task (asynchronously)
      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 -
    • getNetworkOverviewCall

      public okhttp3.Call getNetworkOverviewCall(@Nonnull Integer analysisId, ApiCallback _callback) throws ApiException
      Build call for getNetworkOverview
      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 -
    • getNetworkOverview

      public BaseResponseNetworkOverviewResponse getNetworkOverview(@Nonnull Integer analysisId) throws ApiException
      Get the dynamic execution results for network overview
      Parameters:
      analysisId - (required)
      Returns:
      BaseResponseNetworkOverviewResponse
      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 -
    • getNetworkOverviewWithHttpInfo

      public ApiResponse<BaseResponseNetworkOverviewResponse> getNetworkOverviewWithHttpInfo(@Nonnull Integer analysisId) throws ApiException
      Get the dynamic execution results for network overview
      Parameters:
      analysisId - (required)
      Returns:
      ApiResponse<BaseResponseNetworkOverviewResponse>
      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 -
    • getNetworkOverviewAsync

      public okhttp3.Call getNetworkOverviewAsync(@Nonnull Integer analysisId, ApiCallback<BaseResponseNetworkOverviewResponse> _callback) throws ApiException
      Get the dynamic execution results for network overview (asynchronously)
      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 -
    • getProcessDumpCall

      public okhttp3.Call getProcessDumpCall(@Nonnull Integer analysisId, @Nonnull String dumpName, ApiCallback _callback) throws ApiException
      Build call for getProcessDump
      Parameters:
      analysisId - (required)
      dumpName - (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 -
    • getProcessDump

      public Object getProcessDump(@Nonnull Integer analysisId, @Nonnull String dumpName) throws ApiException
      Get the dynamic execution results for a specific process dump
      Parameters:
      analysisId - (required)
      dumpName - (required)
      Returns:
      Object
      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 -
    • getProcessDumpWithHttpInfo

      public ApiResponse<Object> getProcessDumpWithHttpInfo(@Nonnull Integer analysisId, @Nonnull String dumpName) throws ApiException
      Get the dynamic execution results for a specific process dump
      Parameters:
      analysisId - (required)
      dumpName - (required)
      Returns:
      ApiResponse<Object>
      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 -
    • getProcessDumpAsync

      public okhttp3.Call getProcessDumpAsync(@Nonnull Integer analysisId, @Nonnull String dumpName, ApiCallback<Object> _callback) throws ApiException
      Get the dynamic execution results for a specific process dump (asynchronously)
      Parameters:
      analysisId - (required)
      dumpName - (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 -
    • getProcessDumpsCall

      public okhttp3.Call getProcessDumpsCall(@Nonnull Integer analysisId, ApiCallback _callback) throws ApiException
      Build call for getProcessDumps
      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 -
    • getProcessDumps

      public BaseResponseProcessDumps getProcessDumps(@Nonnull Integer analysisId) throws ApiException
      Get the dynamic execution results for process dumps
      Parameters:
      analysisId - (required)
      Returns:
      BaseResponseProcessDumps
      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 -
    • getProcessDumpsWithHttpInfo

      public ApiResponse<BaseResponseProcessDumps> getProcessDumpsWithHttpInfo(@Nonnull Integer analysisId) throws ApiException
      Get the dynamic execution results for process dumps
      Parameters:
      analysisId - (required)
      Returns:
      ApiResponse<BaseResponseProcessDumps>
      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 -
    • getProcessDumpsAsync

      public okhttp3.Call getProcessDumpsAsync(@Nonnull Integer analysisId, ApiCallback<BaseResponseProcessDumps> _callback) throws ApiException
      Get the dynamic execution results for process dumps (asynchronously)
      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 -
    • getProcessRegistryCall

      public okhttp3.Call getProcessRegistryCall(@Nonnull Integer analysisId, ApiCallback _callback) throws ApiException
      Build call for getProcessRegistry
      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 -
    • getProcessRegistry

      public BaseResponseProcessRegistry getProcessRegistry(@Nonnull Integer analysisId) throws ApiException
      Get the dynamic execution results for process registry
      Parameters:
      analysisId - (required)
      Returns:
      BaseResponseProcessRegistry
      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 -
    • getProcessRegistryWithHttpInfo

      public ApiResponse<BaseResponseProcessRegistry> getProcessRegistryWithHttpInfo(@Nonnull Integer analysisId) throws ApiException
      Get the dynamic execution results for process registry
      Parameters:
      analysisId - (required)
      Returns:
      ApiResponse<BaseResponseProcessRegistry>
      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 -
    • getProcessRegistryAsync

      public okhttp3.Call getProcessRegistryAsync(@Nonnull Integer analysisId, ApiCallback<BaseResponseProcessRegistry> _callback) throws ApiException
      Get the dynamic execution results for process registry (asynchronously)
      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 -
    • getProcessTreeCall

      public okhttp3.Call getProcessTreeCall(@Nonnull Integer analysisId, ApiCallback _callback) throws ApiException
      Build call for getProcessTree
      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 -
    • getProcessTree

      public BaseResponseProcessTree getProcessTree(@Nonnull Integer analysisId) throws ApiException
      Get the dynamic execution results for process tree
      Parameters:
      analysisId - (required)
      Returns:
      BaseResponseProcessTree
      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 -
    • getProcessTreeWithHttpInfo

      public ApiResponse<BaseResponseProcessTree> getProcessTreeWithHttpInfo(@Nonnull Integer analysisId) throws ApiException
      Get the dynamic execution results for process tree
      Parameters:
      analysisId - (required)
      Returns:
      ApiResponse<BaseResponseProcessTree>
      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 -
    • getProcessTreeAsync

      public okhttp3.Call getProcessTreeAsync(@Nonnull Integer analysisId, ApiCallback<BaseResponseProcessTree> _callback) throws ApiException
      Get the dynamic execution results for process tree (asynchronously)
      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 -
    • getTtpsCall

      public okhttp3.Call getTtpsCall(@Nonnull Integer analysisId, ApiCallback _callback) throws ApiException
      Build call for getTtps
      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 -
    • getTtps

      public BaseResponseTTPS getTtps(@Nonnull Integer analysisId) throws ApiException
      Get the dynamic execution results for ttps
      Parameters:
      analysisId - (required)
      Returns:
      BaseResponseTTPS
      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 -
    • getTtpsWithHttpInfo

      public ApiResponse<BaseResponseTTPS> getTtpsWithHttpInfo(@Nonnull Integer analysisId) throws ApiException
      Get the dynamic execution results for ttps
      Parameters:
      analysisId - (required)
      Returns:
      ApiResponse<BaseResponseTTPS>
      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 -
    • getTtpsAsync

      public okhttp3.Call getTtpsAsync(@Nonnull Integer analysisId, ApiCallback<BaseResponseTTPS> _callback) throws ApiException
      Get the dynamic execution results for ttps (asynchronously)
      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 -