Class Error
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetError()Get errorThe 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()
-
Field Details
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_ERROR
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_TITLE
- See Also:
-
-
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
-