Class ProblemDetail

java.lang.Object
io.camunda.zeebe.client.protocol.rest.ProblemDetail

@Deprecated public class ProblemDetail extends Object
Deprecated.
since 8.8 for removal in 8.9, replaced by #TODO https://github.com/camunda/camunda/issues/26851
Added to keep compatibility with the previous version of the client. Used in ProblemException.details().
  • Constructor Details

    • ProblemDetail

      public ProblemDetail(ProblemDetail delegate)
      Deprecated.
  • Method Details

    • getDelegate

      public ProblemDetail getDelegate()
      Deprecated.
    • type

      public ProblemDetail type(URI type)
      Deprecated.
    • getType

      public URI getType()
      Deprecated.
    • setType

      public void setType(URI type)
      Deprecated.
    • title

      public ProblemDetail title(String title)
      Deprecated.
    • getTitle

      public String getTitle()
      Deprecated.
    • setTitle

      public void setTitle(String title)
      Deprecated.
    • status

      public ProblemDetail status(Integer status)
      Deprecated.
    • getStatus

      public Integer getStatus()
      Deprecated.
    • setStatus

      public void setStatus(Integer status)
      Deprecated.
    • detail

      public ProblemDetail detail(String detail)
      Deprecated.
    • getDetail

      public String getDetail()
      Deprecated.
    • setDetail

      public void setDetail(String detail)
      Deprecated.
    • instance

      public ProblemDetail instance(URI instance)
      Deprecated.
    • getInstance

      public URI getInstance()
      Deprecated.
    • setInstance

      public void setInstance(URI instance)
      Deprecated.
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • toString

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

      public String toUrlQueryString()
      Deprecated.
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Deprecated.