public class DmsApi extends Object
public DmsApi()
public DmsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call createDataMigrateTaskCall(CreateDataMigrateTaskRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic CreateDataMigrateTaskResponse createDataMigrateTask(CreateDataMigrateTaskRequest body) throws ApiException
body - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<CreateDataMigrateTaskResponse> createDataMigrateTaskWithHttpInfo(@NotNull @NotNull CreateDataMigrateTaskRequest body) throws ApiException
body - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createDataMigrateTaskAsync(CreateDataMigrateTaskRequest body, ApiCallback<CreateDataMigrateTaskResponse> callback) throws ApiException
body - (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 objectpublic com.squareup.okhttp.Call createFailureDataMigrateTaskCall(CreateFailureDataMigrateTaskRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic CreateFailureDataMigrateTaskResponse createFailureDataMigrateTask(CreateFailureDataMigrateTaskRequest body) throws ApiException
body - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<CreateFailureDataMigrateTaskResponse> createFailureDataMigrateTaskWithHttpInfo(@NotNull @NotNull CreateFailureDataMigrateTaskRequest body) throws ApiException
body - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createFailureDataMigrateTaskAsync(CreateFailureDataMigrateTaskRequest body, ApiCallback<CreateFailureDataMigrateTaskResponse> callback) throws ApiException
body - (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 objectpublic com.squareup.okhttp.Call deleteDataMigrateTaskCall(DeleteDataMigrateTaskRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic DeleteDataMigrateTaskResponse deleteDataMigrateTask(DeleteDataMigrateTaskRequest body) throws ApiException
body - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<DeleteDataMigrateTaskResponse> deleteDataMigrateTaskWithHttpInfo(@NotNull @NotNull DeleteDataMigrateTaskRequest body) throws ApiException
body - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteDataMigrateTaskAsync(DeleteDataMigrateTaskRequest body, ApiCallback<DeleteDataMigrateTaskResponse> callback) throws ApiException
body - (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 objectpublic com.squareup.okhttp.Call listDataMigrateTaskCall(ListDataMigrateTaskRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ListDataMigrateTaskResponse listDataMigrateTask(ListDataMigrateTaskRequest body) throws ApiException
body - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ListDataMigrateTaskResponse> listDataMigrateTaskWithHttpInfo(@NotNull @NotNull ListDataMigrateTaskRequest body) throws ApiException
body - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call listDataMigrateTaskAsync(ListDataMigrateTaskRequest body, ApiCallback<ListDataMigrateTaskResponse> callback) throws ApiException
body - (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 objectpublic com.squareup.okhttp.Call queryDataMigrateTaskCall(QueryDataMigrateTaskRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic QueryDataMigrateTaskResponse queryDataMigrateTask(QueryDataMigrateTaskRequest body) throws ApiException
body - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<QueryDataMigrateTaskResponse> queryDataMigrateTaskWithHttpInfo(@NotNull @NotNull QueryDataMigrateTaskRequest body) throws ApiException
body - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call queryDataMigrateTaskAsync(QueryDataMigrateTaskRequest body, ApiCallback<QueryDataMigrateTaskResponse> callback) throws ApiException
body - (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 objectpublic com.squareup.okhttp.Call resumeDataMigrateTaskCall(ResumeDataMigrateTaskRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ResumeDataMigrateTaskResponse resumeDataMigrateTask(ResumeDataMigrateTaskRequest body) throws ApiException
body - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ResumeDataMigrateTaskResponse> resumeDataMigrateTaskWithHttpInfo(@NotNull @NotNull ResumeDataMigrateTaskRequest body) throws ApiException
body - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call resumeDataMigrateTaskAsync(ResumeDataMigrateTaskRequest body, ApiCallback<ResumeDataMigrateTaskResponse> callback) throws ApiException
body - (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 objectpublic com.squareup.okhttp.Call stopDataMigrateTaskCall(StopDataMigrateTaskRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic StopDataMigrateTaskResponse stopDataMigrateTask(StopDataMigrateTaskRequest body) throws ApiException
body - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<StopDataMigrateTaskResponse> stopDataMigrateTaskWithHttpInfo(@NotNull @NotNull StopDataMigrateTaskRequest body) throws ApiException
body - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call stopDataMigrateTaskAsync(StopDataMigrateTaskRequest body, ApiCallback<StopDataMigrateTaskResponse> callback) throws ApiException
body - (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 © 2026. All rights reserved.