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