@Validated public class TppMessage415PIIS extends Object
| Constructor and Description |
|---|
TppMessage415PIIS() |
| Modifier and Type | Method and Description |
|---|---|
TppMessage415PIIS |
category(de.adorsys.psd2.model.TppMessageCategory category) |
TppMessage415PIIS |
code(String code) |
boolean |
equals(Object o) |
@NotNull @Valid de.adorsys.psd2.model.TppMessageCategory |
getCategory()
Get category
|
@NotNull String |
getCode()
Get code
|
String |
getPath()
Get path
|
@Size(max=500) String |
getText()
Get text
|
int |
hashCode() |
TppMessage415PIIS |
path(String path) |
void |
setCategory(de.adorsys.psd2.model.TppMessageCategory category) |
void |
setCode(String code) |
void |
setPath(String path) |
void |
setText(String text) |
TppMessage415PIIS |
text(String text) |
String |
toString() |
public TppMessage415PIIS category(de.adorsys.psd2.model.TppMessageCategory category)
@NotNull @Valid public @NotNull @Valid de.adorsys.psd2.model.TppMessageCategory getCategory()
public void setCategory(de.adorsys.psd2.model.TppMessageCategory category)
public TppMessage415PIIS code(String code)
@NotNull public @NotNull String getCode()
public void setCode(String code)
public TppMessage415PIIS path(String path)
public String getPath()
public void setPath(String path)
public TppMessage415PIIS text(String text)
@Size(max=500) public @Size(max=500) String getText()
public void setText(String text)
Copyright © 2020. All rights reserved.