Package io.gopluslabs.client.api
Class ContractAbiControllerApi
- java.lang.Object
-
- io.gopluslabs.client.api.ContractAbiControllerApi
-
public class ContractAbiControllerApi extends Object
-
-
Constructor Summary
Constructors Constructor Description ContractAbiControllerApi()ContractAbiControllerApi(ApiClient apiClient)
-
Method Summary
-
-
-
Field Detail
-
apiClient
private ApiClient apiClient
-
-
Constructor Detail
-
ContractAbiControllerApi
public ContractAbiControllerApi()
-
ContractAbiControllerApi
public ContractAbiControllerApi(ApiClient apiClient)
-
-
Method Detail
-
getApiClient
public ApiClient getApiClient()
-
setApiClient
public void setApiClient(ApiClient apiClient)
-
getAbiDataInfoUsingPOSTCall
public com.squareup.okhttp.Call getAbiDataInfoUsingPOSTCall(ParseAbiDataRequest body, String authorization, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for getAbiDataInfoUsingPOST- Parameters:
body- abiDataRequest (required)authorization- Authorization (test: Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...) (optional)progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
getAbiDataInfoUsingPOSTValidateBeforeCall
private com.squareup.okhttp.Call getAbiDataInfoUsingPOSTValidateBeforeCall(ParseAbiDataRequest body, String authorization, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
- Throws:
ApiException
-
getAbiDataInfoUsingPOST
public ResponseWrapperParseAbiDataResponse getAbiDataInfoUsingPOST(ParseAbiDataRequest body, String authorization) throws ApiException
Get abi decode info- Parameters:
body- abiDataRequest (required)authorization- Authorization (test: Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...) (optional)- Returns:
- ResponseWrapperParseAbiDataResponse
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getAbiDataInfoUsingPOSTWithHttpInfo
public ApiResponse<ResponseWrapperParseAbiDataResponse> getAbiDataInfoUsingPOSTWithHttpInfo(ParseAbiDataRequest body, String authorization) throws ApiException
Get abi decode info- Parameters:
body- abiDataRequest (required)authorization- Authorization (test: Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...) (optional)- Returns:
- ApiResponse<ResponseWrapperParseAbiDataResponse>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getAbiDataInfoUsingPOSTAsync
public com.squareup.okhttp.Call getAbiDataInfoUsingPOSTAsync(ParseAbiDataRequest body, String authorization, ApiCallback<ResponseWrapperParseAbiDataResponse> callback) throws ApiException
Get abi decode info (asynchronously)- Parameters:
body- abiDataRequest (required)authorization- Authorization (test: Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...) (optional)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
-
-