Package com.jumio.sdk.retrieval_v3.model
Class Problem
java.lang.Object
com.jumio.sdk.retrieval_v3.model.Problem
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-05-09T15:46:41.754885500+02:00[Europe/Vienna]")
public class Problem
extends Object
https://tools.ietf.org/html/rfc7807
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
A human readable explanation specific to this occurrence of the problem.An absolute URI that identifies the specific occurrence of the problem.The HTTP status code generated by the origin server for this occurrence of the problem.getTitle()
A short, summary of the problem type.getType()
An absolute URI that identifies the problem type.int
hashCode()
void
void
setInstance
(URI instance) void
void
void
toString()
-
Field Details
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_TITLE
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_DETAIL
- See Also:
-
JSON_PROPERTY_INSTANCE
- See Also:
-
-
Constructor Details
-
Problem
public Problem()
-
-
Method Details
-
type
-
getType
An absolute URI that identifies the problem type. When dereferenced, it SHOULD provide human-readable documentation for the problem type (e.g., using HTML).- Returns:
- type
-
setType
-
title
-
getTitle
A short, summary of the problem type. Written in english and readable for engineers (usually not suited for non technical stakeholders and not localized); example: Service Unavailable- Returns:
- title
-
setTitle
-
status
-
getStatus
The HTTP status code generated by the origin server for this occurrence of the problem. minimum: 100 maximum: 600- Returns:
- status
-
setStatus
-
detail
-
getDetail
A human readable explanation specific to this occurrence of the problem.- Returns:
- detail
-
setDetail
-
instance
-
getInstance
An absolute URI that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.- Returns:
- instance
-
setInstance
-
equals
-
hashCode
public int hashCode() -
toString
-