public class DappControllerApi extends Object
| 构造器和说明 |
|---|
DappControllerApi() |
DappControllerApi(ApiClient apiClient) |
private ApiClient apiClient
public DappControllerApi()
public DappControllerApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call getDappInfoUsingGETCall(String authorization, String url, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
authorization - Authorization (test:Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...) (optional)url - Url or domain (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectprivate com.squareup.okhttp.Call getDappInfoUsingGETValidateBeforeCall(String authorization, String url, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
ApiExceptionpublic ResponseWrapperDappContractSecurityResponse getDappInfoUsingGET(String authorization, String url, Integer timeOut) throws ApiException
authorization - Authorization (test:Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...) (optional)url - Url or domain (optional)timeOut - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ResponseWrapperDappContractSecurityResponse> getDappInfoUsingGETWithHttpInfo(String authorization, String url) throws ApiException
authorization - Authorization (test:Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...) (optional)url - Url or domain (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getDappInfoUsingGETAsync(String authorization, String url, ApiCallback<ResponseWrapperDappContractSecurityResponse> callback) throws ApiException
authorization - Authorization (test:Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...) (optional)url - Url or domain (optional)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 © 2023. All rights reserved.