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