Package de.adorsys.psd2.model
Class TppMessage401SBS
- java.lang.Object
-
- de.adorsys.psd2.model.TppMessage401SBS
-
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2021-05-24T13:41:46.273636+03:00[Europe/Kiev]") public class TppMessage401SBS extends ObjectTppMessage401SBS
-
-
Constructor Summary
Constructors Constructor Description TppMessage401SBS()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TppMessage401SBScategory(TppMessageCategory category)TppMessage401SBScode(String code)booleanequals(Object o)@NotNull @Valid TppMessageCategorygetCategory()Get category@NotNull StringgetCode()Get codeStringgetPath()Get path@Size(max=500) StringgetText()Get textinthashCode()TppMessage401SBSpath(String path)voidsetCategory(TppMessageCategory category)voidsetCode(String code)voidsetPath(String path)voidsetText(String text)TppMessage401SBStext(String text)StringtoString()
-
-
-
Method Detail
-
category
public TppMessage401SBS category(TppMessageCategory category)
-
getCategory
@NotNull @Valid public @NotNull @Valid TppMessageCategory getCategory()
Get category- Returns:
- category
-
setCategory
public void setCategory(TppMessageCategory category)
-
code
public TppMessage401SBS code(String code)
-
getCode
@NotNull public @NotNull String getCode()
Get code- Returns:
- code
-
setCode
public void setCode(String code)
-
path
public TppMessage401SBS path(String path)
-
getPath
public String getPath()
Get path- Returns:
- path
-
setPath
public void setPath(String path)
-
text
public TppMessage401SBS text(String text)
-
getText
@Size(max=500) public @Size(max=500) String getText()
Get text- Returns:
- text
-
setText
public void setText(String text)
-
-