Package de.adorsys.psd2.model
Class Error409SBS
- java.lang.Object
-
- de.adorsys.psd2.model.Error409SBS
-
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2020-11-12T17:35:11.808068+02:00[Europe/Kiev]") public class Error409SBS extends ObjectStandardised definition of reporting error information according to [RFC7807] in case of a HTTP error code 409 for signing baskets.
-
-
Constructor Summary
Constructors Constructor Description Error409SBS()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Error409SBS_links(Map _links)Error409SBSaddAdditionalErrorsItem(Error409SBSAdditionalErrors additionalErrorsItem)Error409SBSadditionalErrors(List<Error409SBSAdditionalErrors> additionalErrors)Error409SBScode(String code)Error409SBSdetail(String detail)booleanequals(Object o)@Valid List<Error409SBSAdditionalErrors>getAdditionalErrors()Array of Error Information Blocks.@NotNull StringgetCode()Get code@Size(max=500) StringgetDetail()Detailed human readable text specific to this instance of the error.@Valid MapgetLinks()Get _links@Size(max=70) StringgetTitle()Short human readable description of error type.@NotNull @Size(max=70) StringgetType()A URI reference [RFC3986] that identifies the problem type.inthashCode()voidsetAdditionalErrors(List<Error409SBSAdditionalErrors> additionalErrors)voidsetCode(String code)voidsetDetail(String detail)voidsetLinks(Map _links)voidsetTitle(String title)voidsetType(String type)Error409SBStitle(String title)StringtoString()Error409SBStype(String type)
-
-
-
Method Detail
-
type
public Error409SBS type(String type)
-
getType
@NotNull @Size(max=70) public @NotNull @Size(max=70) String getType()
A URI reference [RFC3986] that identifies the problem type. Remark For Future: These URI will be provided by NextGenPSD2 in future.- Returns:
- type
-
setType
public void setType(String type)
-
title
public Error409SBS title(String title)
-
getTitle
@Size(max=70) public @Size(max=70) String getTitle()
Short human readable description of error type. Could be in local language. To be provided by ASPSPs.- Returns:
- title
-
setTitle
public void setTitle(String title)
-
detail
public Error409SBS detail(String detail)
-
getDetail
@Size(max=500) public @Size(max=500) String getDetail()
Detailed human readable text specific to this instance of the error. XPath might be used to point to the issue generating the error in addition. Remark for Future: In future, a dedicated field might be introduced for the XPath.- Returns:
- detail
-
setDetail
public void setDetail(String detail)
-
code
public Error409SBS code(String code)
-
getCode
@NotNull public @NotNull String getCode()
Get code- Returns:
- code
-
setCode
public void setCode(String code)
-
additionalErrors
public Error409SBS additionalErrors(List<Error409SBSAdditionalErrors> additionalErrors)
-
addAdditionalErrorsItem
public Error409SBS addAdditionalErrorsItem(Error409SBSAdditionalErrors additionalErrorsItem)
-
getAdditionalErrors
@Valid public @Valid List<Error409SBSAdditionalErrors> getAdditionalErrors()
Array of Error Information Blocks. Might be used if more than one error is to be communicated- Returns:
- additionalErrors
-
setAdditionalErrors
public void setAdditionalErrors(List<Error409SBSAdditionalErrors> additionalErrors)
-
_links
public Error409SBS _links(Map _links)
-
getLinks
@Valid public @Valid Map getLinks()
Get _links- Returns:
- _links
-
setLinks
public void setLinks(Map _links)
-
-