Class Error
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetError()Get error@Min(100L) @Max(600L) IntegerThe HTTP status code.getTitle()A short, human-readable summary of the problem type.getType()A URI reference [[RFC3986](https://tools.ietf.org/html/rfc3986)] that identifies the problem type.inthashCode()voidvoidvoidvoidtoString()
-
Constructor Details
-
Error
public Error()
-
-
Method Details
-
status
-
getStatus
The HTTP status code. minimum: 100 maximum: 600- Returns:
- status
-
setStatus
-
error
-
getError
Get error- Returns:
- error
-
setError
-
type
-
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
-
title
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-