Package ru.testit.syncstorage.api
Class HealthApi
java.lang.Object
ru.testit.syncstorage.api.HealthApi
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.11.0")
public class HealthApi
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the API clientHealth check Get the current health status of the service.Health check Get the current health status of the service.voidsetApiClient(ApiClient apiClient) Set the API client
-
Constructor Details
-
HealthApi
public HealthApi() -
HealthApi
-
-
Method Details
-
getApiClient
Get the API client- Returns:
- API client
-
setApiClient
Set the API client- Parameters:
apiClient- an instance of API client
-
healthGet
Health check Get the current health status of the service.- Returns:
- HealthStatusResponse
- Throws:
ApiException- if fails to make API call
-
healthGetWithHttpInfo
Health check Get the current health status of the service.- Returns:
- ApiResponse<HealthStatusResponse>
- Throws:
ApiException- if fails to make API call
-