Class ProblemDetail
java.lang.Object
io.camunda.zeebe.client.protocol.rest.ProblemDetail
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-07-03T15:09:39.678402357Z[GMT]",
comments="Generator version: 7.4.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.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanAn explanation of the problem in more detail.A URI identifying the origin of the problem.The HTTP status code for this problem.getTitle()A summary of the problem type.getType()A URI identifying the problem type.inthashCode()voidvoidsetInstance(URI instance) voidvoidvoidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
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
-
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
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-