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