Class PsuMessage
- java.lang.Object
-
- de.adorsys.ledgers.oba.service.api.domain.PsuMessage
-
public class PsuMessage extends Object
-
-
Constructor Summary
Constructors Constructor Description PsuMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PsuMessagecategory(PsuMessageCategory category)PsuMessagecode(String code)booleanequals(Object o)PsuMessageCategorygetCategory()Get categoryStringgetCode()Get codeStringgetPath()Get pathStringgetText()Get textinthashCode()PsuMessagepath(String path)voidsetCategory(PsuMessageCategory category)voidsetCode(String code)voidsetPath(String path)voidsetText(String text)PsuMessagetext(String text)StringtoString()
-
-
-
Method Detail
-
category
public PsuMessage category(PsuMessageCategory category)
-
getCategory
public PsuMessageCategory getCategory()
Get category- Returns:
- category
-
setCategory
public void setCategory(PsuMessageCategory category)
-
code
public PsuMessage code(String code)
-
getCode
public String getCode()
Get code- Returns:
- code
-
setCode
public void setCode(String code)
-
path
public PsuMessage path(String path)
-
getPath
public String getPath()
Get path- Returns:
- path
-
setPath
public void setPath(String path)
-
text
public PsuMessage text(String text)
-
getText
public String getText()
Get text- Returns:
- text
-
setText
public void setText(String text)
-
-