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