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) |
PsuMessageCategory |
getCategory()
Get category
|
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)
public PsuMessageCategory getCategory()
public void setCategory(PsuMessageCategory category)
public PsuMessage code(String code)
public 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 © 2020. All rights reserved.