@Validated public class TppMessage500PIIS extends Object
| Constructor and Description |
|---|
TppMessage500PIIS() |
| Modifier and Type | Method and Description |
|---|---|
TppMessage500PIIS |
category(de.adorsys.psd2.model.TppMessageCategory category) |
TppMessage500PIIS |
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() |
TppMessage500PIIS |
path(String path) |
void |
setCategory(de.adorsys.psd2.model.TppMessageCategory category) |
void |
setCode(String code) |
void |
setPath(String path) |
void |
setText(String text) |
TppMessage500PIIS |
text(String text) |
String |
toString() |
public TppMessage500PIIS 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 TppMessage500PIIS code(String code)
@NotNull public @NotNull String getCode()
public void setCode(String code)
public TppMessage500PIIS path(String path)
public String getPath()
public void setPath(String path)
public TppMessage500PIIS text(String text)
@Size(max=500) public @Size(max=500) String getText()
public void setText(String text)
Copyright © 2020. All rights reserved.