Class Problem

java.lang.Object
com.jumio.sdk.account_v1.model.Problem

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-05-09T15:46:40.630039600+02:00[Europe/Vienna]") public class Problem extends Object
https://tools.ietf.org/html/rfc7807
  • Field Details

  • Constructor Details

    • Problem

      public Problem()
  • Method Details

    • type

      public Problem type(URI type)
    • getType

      @Nullable public URI getType()
      An absolute URI that identifies the problem type. When dereferenced, it SHOULD provide human-readable documentation for the problem type (e.g., using HTML).
      Returns:
      type
    • setType

      public void setType(URI type)
    • title

      public Problem title(String title)
    • getTitle

      @Nullable public String getTitle()
      A short, summary of the problem type. Written in english and readable for engineers (usually not suited for non technical stakeholders and not localized); example: Service Unavailable
      Returns:
      title
    • setTitle

      public void setTitle(String title)
    • status

      public Problem status(Integer status)
    • getStatus

      @Nullable public Integer getStatus()
      The HTTP status code generated by the origin server for this occurrence of the problem. minimum: 100 maximum: 600
      Returns:
      status
    • setStatus

      public void setStatus(Integer status)
    • detail

      public Problem detail(String detail)
    • getDetail

      @Nullable public String getDetail()
      A human readable explanation specific to this occurrence of the problem.
      Returns:
      detail
    • setDetail

      public void setDetail(String detail)
    • instance

      public Problem instance(URI instance)
    • getInstance

      @Nullable public URI getInstance()
      An absolute URI that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.
      Returns:
      instance
    • setInstance

      public void setInstance(URI instance)
    • 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