Class TppMessage201PaymentInitiation
- java.lang.Object
-
- de.adorsys.xs2a.adapter.api.model.TppMessage201PaymentInitiation
-
@Generated("xs2a-adapter-codegen") public class TppMessage201PaymentInitiation extends Object
-
-
Constructor Summary
Constructors Constructor Description TppMessage201PaymentInitiation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)TppMessageCategorygetCategory()MessageCode201PaymentInitiationgetCode()StringgetPath()StringgetText()inthashCode()voidsetCategory(TppMessageCategory category)voidsetCode(MessageCode201PaymentInitiation code)voidsetPath(String path)voidsetText(String text)
-
-
-
Method Detail
-
getCategory
public TppMessageCategory getCategory()
-
setCategory
public void setCategory(TppMessageCategory category)
-
getCode
public MessageCode201PaymentInitiation getCode()
-
setCode
public void setCode(MessageCode201PaymentInitiation code)
-
getPath
public String getPath()
-
setPath
public void setPath(String path)
-
getText
public String getText()
-
setText
public void setText(String text)
-
-