Class Error
java.lang.Object
de.codebarista.shopware.model.core.Error
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-10T11:26:02.541008353+02:00[Europe/Berlin]",
comments="Generator version: 7.5.0")
public class Error
extends Object
Error
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleangetCode()An application-specific error code, expressed as a string value.A human-readable description of the problem.A human-readable explanation specific to this occurrence of the problem.getId()A unique identifier for this particular occurrence of the problem.getLinks()Get linksgetMeta()Non-standard meta-information that can not be represented as an attribute or relationship.Get sourceThe HTTP status code applicable to this problem, expressed as a string value.getTitle()A short, human-readable summary of the problem.inthashCode()putLinksItem(String key, Link linksItem) putMetaItem(String key, Object metaItem) voidvoidsetDescription(String description) voidvoidvoidvoidvoidsetSource(ErrorSource source) voidvoidsource(ErrorSource source) toString()
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_CODE
- See Also:
-
JSON_PROPERTY_TITLE
- See Also:
-
JSON_PROPERTY_DETAIL
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_SOURCE
- See Also:
-
JSON_PROPERTY_META
- See Also:
-
-
Constructor Details
-
Error
public Error()
-
-
Method Details
-
id
-
getId
A unique identifier for this particular occurrence of the problem.- Returns:
- id
-
setId
-
links
-
putLinksItem
-
getLinks
Get links- Returns:
- links
-
setLinks
-
status
-
getStatus
The HTTP status code applicable to this problem, expressed as a string value.- Returns:
- status
-
setStatus
-
code
-
getCode
An application-specific error code, expressed as a string value.- Returns:
- code
-
setCode
-
title
-
getTitle
A short, human-readable summary of the problem. It **SHOULD NOT** change from occurrence to occurrence of the problem, except for purposes of localization.- Returns:
- title
-
setTitle
-
detail
-
getDetail
A human-readable explanation specific to this occurrence of the problem.- Returns:
- detail
-
setDetail
-
description
-
getDescription
A human-readable description of the problem.- Returns:
- description
-
setDescription
-
source
-
getSource
Get source- Returns:
- source
-
setSource
-
meta
-
putMetaItem
-
getMeta
Non-standard meta-information that can not be represented as an attribute or relationship.- Returns:
- meta
-
setMeta
-
equals
-
hashCode
public int hashCode() -
toString
-