Class ProblemDto
java.lang.Object
org.camunda.community.rest.client.dto.ProblemDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class ProblemDto
extends Object
ProblemDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddElementIdsItem(String elementIdsItem) elementIds(List<String> elementIds) booleanThe column where the problem occurred.org.openapitools.jackson.nullable.JsonNullable<Integer>A list of element id affected by the problem.getLine()The line where the problem occurred.org.openapitools.jackson.nullable.JsonNullable<Integer>The main element id where the problem occurred.org.openapitools.jackson.nullable.JsonNullable<String>The message of the problem.org.openapitools.jackson.nullable.JsonNullable<String>inthashCode()mainElementId(String mainElementId) voidvoidsetColumn_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> column) voidsetElementIds(List<String> elementIds) voidsetElementIds_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> elementIds) voidvoidsetLine_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> line) voidsetMainElementId(String mainElementId) voidsetMainElementId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> mainElementId) voidsetMessage(String message) voidsetMessage_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> message) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_MESSAGE
- See Also:
-
JSON_PROPERTY_LINE
- See Also:
-
JSON_PROPERTY_COLUMN
- See Also:
-
JSON_PROPERTY_MAIN_ELEMENT_ID
- See Also:
-
JSON_PROPERTY_ELEMENT_IDS
- See Also:
-
-
Constructor Details
-
ProblemDto
public ProblemDto()
-
-
Method Details
-
message
-
getMessage
The message of the problem.- Returns:
- message
-
getMessage_JsonNullable
-
setMessage_JsonNullable
-
setMessage
-
line
-
getLine
The line where the problem occurred.- Returns:
- line
-
getLine_JsonNullable
-
setLine_JsonNullable
-
setLine
-
column
-
getColumn
The column where the problem occurred.- Returns:
- column
-
getColumn_JsonNullable
-
setColumn_JsonNullable
-
setColumn
-
mainElementId
-
getMainElementId
The main element id where the problem occurred.- Returns:
- mainElementId
-
getMainElementId_JsonNullable
-
setMainElementId_JsonNullable
public void setMainElementId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> mainElementId) -
setMainElementId
-
elementIds
-
addElementIdsItem
-
getElementIds
A list of element id affected by the problem.- Returns:
- elementIds
-
getElementIds_JsonNullable
-
setElementIds_JsonNullable
-
setElementIds
-
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
-