Class ProblemDetail
java.lang.Object
io.camunda.zeebe.gateway.protocol.rest.ProblemDetail
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2024-10-11T17:26:39.504605721Z[GMT]",
comments="Generator version: 7.8.0")
public class ProblemDetail
extends Object
A Problem detail object as described in [RFC 9457](https://www.rfc-editor.org/rfc/rfc9457). There may be additional properties specific to the problem type.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanAn explanation of the problem in more detail.@Valid URIA URI identifying the origin of the problem.@Min(400L) @Max(600L) IntegerThe HTTP status code for this problem.getTitle()A summary of the problem type.@Valid URIgetType()A URI identifying the problem type.inthashCode()voidvoidsetInstance(URI instance) voidvoidvoidtoString()
-
Constructor Details
-
ProblemDetail
public ProblemDetail()
-
-
Method Details
-
type
-
getType
A URI identifying the problem type.- Returns:
- type
-
setType
-
title
-
getTitle
A summary of the problem type.- Returns:
- title
-
setTitle
-
status
-
getStatus
The HTTP status code for this problem. minimum: 400 maximum: 600- Returns:
- status
-
setStatus
-
detail
-
getDetail
An explanation of the problem in more detail.- Returns:
- detail
-
setDetail
-
instance
-
getInstance
A URI identifying the origin of the problem.- Returns:
- instance
-
setInstance
-
equals
-
hashCode
public int hashCode() -
toString
-