@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2019-10-15T22:22:43.352+02:00[Europe/Madrid]")
public class NetworkRoutesApi
extends java.lang.Object
| Constructor and Description |
|---|
NetworkRoutesApi() |
NetworkRoutesApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
NetworkTypeDTO |
getNetworkType()
Get the current network type of the chain
Returns the current network type.
|
ApiResponse<NetworkTypeDTO> |
getNetworkTypeWithHttpInfo()
Get the current network type of the chain
Returns the current network type.
|
void |
setApiClient(ApiClient apiClient) |
public NetworkRoutesApi()
public NetworkRoutesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public NetworkTypeDTO getNetworkType() throws ApiException
ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |
public ApiResponse<NetworkTypeDTO> getNetworkTypeWithHttpInfo() throws ApiException
ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | success | - |