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