java.lang.Object
dev.crashteam.openapi.kerepricer.model.Error

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-10-07T12:18:02.132511272Z[Etc/UTC]") public class Error extends Object
Error
  • Field Details

  • Constructor Details

    • Error

      public Error()
  • Method Details

    • status

      public Error status(Integer status)
    • getStatus

      @Nullable public Integer getStatus()
      The HTTP status code. minimum: 100 maximum: 600
      Returns:
      status
    • setStatus

      public void setStatus(Integer status)
    • error

      public Error error(String error)
    • getError

      @Nullable public String getError()
      Get error
      Returns:
      error
    • setError

      public void setError(String error)
    • type

      public Error type(String type)
    • getType

      @Nullable public String getType()
      A URI reference [[RFC3986](https://tools.ietf.org/html/rfc3986)] that identifies the problem type. It should provide human-readable documentation for the problem type. When this member is not present, its value is assumed to be \"about:blank\".
      Returns:
      type
    • setType

      public void setType(String type)
    • title

      public Error title(String title)
    • getTitle

      @Nullable public String getTitle()
      A short, human-readable summary of the problem type. It SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization.
      Returns:
      title
    • setTitle

      public void setTitle(String title)
    • 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