Package io.camunda.client.protocol.rest
Class DocumentCreationFailureDetail
java.lang.Object
io.camunda.client.protocol.rest.DocumentCreationFailureDetail
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class DocumentCreationFailureDetail
extends Object
DocumentCreationFailureDetail
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanA human-readable explanation specific to this occurrence of the problem.The name of the file that failed to upload.The HTTP status code of the failure.getTitle()A short, human-readable summary of the problem type.inthashCode()voidvoidsetFileName(String fileName) voidvoidtoString()
-
Field Details
-
JSON_PROPERTY_FILE_NAME
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_TITLE
- See Also:
-
JSON_PROPERTY_DETAIL
- See Also:
-
-
Constructor Details
-
DocumentCreationFailureDetail
public DocumentCreationFailureDetail()
-
-
Method Details
-
fileName
-
getFileName
The name of the file that failed to upload.- Returns:
- fileName
-
setFileName
-
status
-
getStatus
The HTTP status code of the failure.- Returns:
- status
-
setStatus
-
title
-
getTitle
A short, human-readable summary of the problem type.- Returns:
- title
-
setTitle
-
detail
-
getDetail
A human-readable explanation specific to this occurrence of the problem.- Returns:
- detail
-
setDetail
-
equals
-
hashCode
public int hashCode() -
toString
-