Class ParseExceptionDto

java.lang.Object
org.camunda.community.rest.client.dto.ParseExceptionDto

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-06-04T13:43:01.451833574Z[Etc/UTC]") public class ParseExceptionDto extends Object
ParseExceptionDto
  • Field Details

  • Constructor Details

    • ParseExceptionDto

      public ParseExceptionDto()
  • Method Details

    • type

      public ParseExceptionDto type(String type)
    • getType

      @Nullable public String getType()
      An exception class indicating the occurred error.
      Returns:
      type
    • getType_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getType_JsonNullable()
    • setType_JsonNullable

      public void setType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> type)
    • setType

      public void setType(String type)
    • message

      public ParseExceptionDto message(String message)
    • getMessage

      @Nullable public String getMessage()
      A detailed message of the error.
      Returns:
      message
    • getMessage_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getMessage_JsonNullable()
    • setMessage_JsonNullable

      public void setMessage_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> message)
    • setMessage

      public void setMessage(String message)
    • code

      public ParseExceptionDto code(BigDecimal code)
    • getCode

      @Nullable public BigDecimal getCode()
      The code allows your client application to identify the error in an automated fashion. You can look up the meaning of all built-in codes and learn how to add custom codes in the [User Guide](https://docs.camunda.org/manual/7.21/user-guide/process-engine/error-handling/#exception-codes).
      Returns:
      code
    • setCode

      public void setCode(BigDecimal code)
    • details

      public ParseExceptionDto details(Map<String,ResourceReportDto> details)
    • putDetailsItem

      public ParseExceptionDto putDetailsItem(String key, ResourceReportDto detailsItem)
    • getDetails

      @Nullable public Map<String,ResourceReportDto> getDetails()
      A JSON Object containing list of errors and warnings occurred during deployment.
      Returns:
      details
    • getDetails_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Map<String,ResourceReportDto>> getDetails_JsonNullable()
    • setDetails_JsonNullable

      public void setDetails_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String,ResourceReportDto>> details)
    • setDetails

      public void setDetails(Map<String,ResourceReportDto> details)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string