Class StatusResponse
java.lang.Object
com.jumio.sdk.status_endpoint.model.StatusResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-05-09T15:46:43.349099400+02:00[Europe/Vienna]")
public class StatusResponse
extends Object
StatusResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondetails
(StatusDetails details) boolean
Get detailsRepresent the current overall status of the system: - UP: All parts of the system operational.int
hashCode()
void
setDetails
(StatusDetails details) void
toString()
-
Field Details
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_DETAILS
- See Also:
-
-
Constructor Details
-
StatusResponse
public StatusResponse()
-
-
Method Details
-
status
-
getStatus
Represent the current overall status of the system: - UP: All parts of the system operational. - DOWN: No part of the system is operational. - DEGRADED: At least one part of the system is not working as it should. See details for further information if this is relevant for you.- Returns:
- status
-
setStatus
-
details
-
getDetails
Get details- Returns:
- details
-
setDetails
-
equals
-
hashCode
public int hashCode() -
toString
-