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

@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2022-09-25T19:34:30.087552571Z[Etc/UTC]") public class Error extends Object
Error
  • Constructor Details

    • Error

      public Error()
  • Method Details

    • status

      public Error status(Integer status)
    • getStatus

      @Min(100L) @Max(600L) public @Min(100L) @Max(600L) 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

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

      public void setError(String error)
    • type

      public Error type(String type)
    • getType

      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

      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